diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-05 15:46:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-05 15:46:38 +0000 |
commit | f9305f8707b11fb264b18b6b4c78fdc04ea5d4cd (patch) | |
tree | 3009ebf8dcfe2e40bc29a41e7a11d6b82961fcaa | |
parent | Update to 0.8.19, and regen patches. (diff) |
- Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
Notes
Notes:
svn path=/head/; revision=412561
-rw-r--r-- | security/courierpassd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile index 90c235578a31..6195b5a9cc11 100644 --- a/security/courierpassd/Makefile +++ b/security/courierpassd/Makefile @@ -10,13 +10,14 @@ MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ \ MAINTAINER= ports@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} |