svn commit: r412561 - head/security/courierpassd

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 5 15:46:40 UTC 2016


Author: amdmi3
Date: Tue Apr  5 15:46:38 2016
New Revision: 412561
URL: https://svnweb.freebsd.org/changeset/ports/412561

Log:
  - Add LICENSE
  - Switch to USES=localbase
  - Switch to options helpers

Modified:
  head/security/courierpassd/Makefile

Modified: head/security/courierpassd/Makefile
==============================================================================
--- head/security/courierpassd/Makefile	Tue Apr  5 15:30:34 2016	(r412560)
+++ head/security/courierpassd/Makefile	Tue Apr  5 15:46:38 2016	(r412561)
@@ -10,13 +10,14 @@ MASTER_SITES=	http://www.arda.homeunix.n
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	User authentication and password changing daemon utility
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	courierauthconfig:security/courier-authlib-base
 RUN_DEPENDS=	courierauthconfig:security/courier-authlib-base
 
 GNU_CONFIGURE=	yes
-USES=	gmake
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+USES=		gmake localbase
 
 MINUID?=	100
 DELAY?=		3
@@ -47,7 +48,7 @@ pre-everything::
 post-patch:
 	@${REINPLACE_CMD} '/chown root/d' ${WRKSRC}/Makefile.in
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list