svn commit: r379574 - head/mail/pop3lite

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


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

Log:
  - Add LICENSE
  - Strip libraries

Modified:
  head/mail/pop3lite/Makefile

Modified: head/mail/pop3lite/Makefile
==============================================================================
--- head/mail/pop3lite/Makefile	Sun Feb 22 04:53:22 2015	(r379573)
+++ head/mail/pop3lite/Makefile	Sun Feb 22 04:53:33 2015	(r379574)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Flexible, modular RFC-compliant POP3 daemon
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USES=		gmake libtool
@@ -18,4 +21,7 @@ USE_LDCONFIG=	yes
 
 INFO=		pop3lite-admin
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pop3lite/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list