summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/courierpassd/Makefile9
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}