From 6c4f09562bc7cee5680177ccafa9beaf620952c6 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 12 Nov 2015 14:42:01 +0000 Subject: - Add LICENSE_FILE - Switch to options helpers --- security/pwman/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security') 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}) -- cgit