Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 07:35:07 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332947 - head/security/pkesh
Message-ID:  <201311060735.rA67Z7I5061727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311060735.rA67Z7I5061727>