svn commit: r332947 - head/security/pkesh

Colin Percival cperciva at FreeBSD.org
Wed Nov 6 07:35:07 UTC 2013


Author: cperciva
Date: Wed Nov  6 07:35:06 2013
New Revision: 332947
URL: http://svnweb.freebsd.org/changeset/ports/332947

Log:
  Spell "yes" correctly.  Use PORTDOCS.  Merge post-install into do-install.
  
  Submitted by:	danfe

Modified:
  head/security/pkesh/Makefile

Modified: head/security/pkesh/Makefile
==============================================================================
--- head/security/pkesh/Makefile	Wed Nov  6 06:54:19 2013	(r332946)
+++ head/security/pkesh/Makefile	Wed Nov  6 07:35:06 2013	(r332947)
@@ -11,17 +11,14 @@ COMMENT=	Public Key Encryption SHell scr
 
 LICENSE=	BSD
 
-NO_BUILD=	YES
-NO_INSTALL=	YES
+NO_BUILD=	yes
+NO_INSTALL=	yes
 
-PLIST_FILES=	bin/pkesh			\
-		%%PORTDOCS%%%%DOCSDIR%%/README
-PLIST_DIRS=	%%DOCSDIR%%
+PLIST_FILES=	bin/pkesh
+PORTDOCS=	README
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/pkesh.sh ${STAGEDIR}${PREFIX}/bin/pkesh
-
-post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list