aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2013-11-06 07:35:06 +0000
committerColin Percival <cperciva@FreeBSD.org>2013-11-06 07:35:06 +0000
commitea06f9b98bece3896821ad947fc5274a26dfc5ee (patch)
tree923e114650171f2de3e66d0598c26fd4057915f2
parentec185f05c1eec7c50022f37740a22e35c20bba38 (diff)
Spell "yes" correctly. Use PORTDOCS. Merge post-install into do-install.
Submitted by: danfe
Notes
Notes: svn path=/head/; revision=332947
-rw-r--r--security/pkesh/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/pkesh/Makefile b/security/pkesh/Makefile
index 4536d5020429..18d6c1cb1ca9 100644
--- a/security/pkesh/Makefile
+++ b/security/pkesh/Makefile
@@ -11,17 +11,14 @@ COMMENT= Public Key Encryption SHell script
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}