aboutsummaryrefslogtreecommitdiff
path: root/security/keyprint
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-11-06 11:03:49 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-11-06 11:03:49 +0000
commitbca0d53da2f5fb27dab8c49aef11547e9546c9e4 (patch)
treee139ec0e20e96284639cbcb2c034502866111f97 /security/keyprint
parent12762d5448a6d37fc00bf7739f362647be18f0e0 (diff)
downloadports-bca0d53da2f5fb27dab8c49aef11547e9546c9e4.tar.gz
ports-bca0d53da2f5fb27dab8c49aef11547e9546c9e4.zip
Notes
Diffstat (limited to 'security/keyprint')
-rw-r--r--security/keyprint/Makefile5
-rw-r--r--security/keyprint/pkg-plist1
2 files changed, 4 insertions, 2 deletions
diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile
index ab92bfa2ece5..4fc685f495df 100644
--- a/security/keyprint/Makefile
+++ b/security/keyprint/Makefile
@@ -16,6 +16,8 @@ COMMENT= Print S/Key keys on a piece of paper, twice the size of a credit card
NO_BUILD= yes
+PORTDOCS= README
+
post-patch:
${REINPLACE_CMD} -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint
@@ -24,7 +26,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/keyblank.ps ${PREFIX}/share/keyprint
${INSTALL_SCRIPT} ${WRKSRC}/keyprint ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/keyprint
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/security/keyprint/pkg-plist b/security/keyprint/pkg-plist
index 8c721589ccc4..d34c60181502 100644
--- a/security/keyprint/pkg-plist
+++ b/security/keyprint/pkg-plist
@@ -1,4 +1,3 @@
bin/keyprint
-share/keyprint/README
share/keyprint/keyblank.ps
@dirrm share/keyprint