aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-11-12 22:42:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-11-12 22:42:01 +0800
commit6c4f09562bc7cee5680177ccafa9beaf620952c6 (patch)
tree6936288bec523e60beb00e512ceda7817aed190f /security
parent6c442b3ce73177b63b324ab66b207cd36cdc0a6a (diff)
downloadfreebsd-ports-gnome-6c4f09562bc7cee5680177ccafa9beaf620952c6.tar.gz
freebsd-ports-gnome-6c4f09562bc7cee5680177ccafa9beaf620952c6.tar.zst
freebsd-ports-gnome-6c4f09562bc7cee5680177ccafa9beaf620952c6.zip
- Add LICENSE_FILE
- Switch to options helpers
Diffstat (limited to 'security')
-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})