svn commit: r401352 - head/security/pwman

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 12 14:42:03 UTC 2015


Author: amdmi3
Date: Thu Nov 12 14:42:01 2015
New Revision: 401352
URL: https://svnweb.freebsd.org/changeset/ports/401352

Log:
  - Add LICENSE_FILE
  - Switch to options helpers

Modified:
  head/security/pwman/Makefile

Modified: head/security/pwman/Makefile
==============================================================================
--- head/security/pwman/Makefile	Thu Nov 12 14:40:38 2015	(r401351)
+++ head/security/pwman/Makefile	Thu Nov 12 14:42:01 2015	(r401352)
@@ -9,7 +9,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at 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})
 


More information about the svn-ports-all mailing list