aboutsummaryrefslogtreecommitdiff
path: root/security/pwman
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-12 14:42:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-12 14:42:01 +0000
commit6ab1c00766cedb77e4e6290193e2ba4f3fc26c87 (patch)
tree6936288bec523e60beb00e512ceda7817aed190f /security/pwman
parentf49f981849a6c151c3e3ea0971b09a1d3e0ba41b (diff)
downloadports-6ab1c00766cedb77e4e6290193e2ba4f3fc26c87.tar.gz
ports-6ab1c00766cedb77e4e6290193e2ba4f3fc26c87.zip
- Add LICENSE_FILE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=401352
Diffstat (limited to 'security/pwman')
-rw-r--r--security/pwman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pwman/Makefile b/security/pwman/Makefile
index 9449ecdc544c..d0e699b2464e 100644
--- a/security/pwman/Makefile
+++ b/security/pwman/Makefile
@@ -9,7 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Console password management application based on gpg(me)
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
@@ -27,7 +28,7 @@ post-patch:
@${REINPLACE_CMD} -e \
's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/src/options.c
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})