svn commit: r379573 - head/mail/pfqueue

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 22 04:53:23 UTC 2015


Author: amdmi3
Date: Sun Feb 22 04:53:22 2015
New Revision: 379573
URL: https://svnweb.freebsd.org/changeset/ports/379573
QAT: https://qat.redports.org/buildarchive/r379573/

Log:
  - Add LICENSE
  - Strip libraries

Modified:
  head/mail/pfqueue/Makefile

Modified: head/mail/pfqueue/Makefile
==============================================================================
--- head/mail/pfqueue/Makefile	Sun Feb 22 04:53:14 2015	(r379572)
+++ head/mail/pfqueue/Makefile	Sun Feb 22 04:53:22 2015	(r379573)
@@ -10,9 +10,13 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Console-based tool for handling Postfix 1, Postfix 2, and Exim queues
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USES=		libtool
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list