diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 12:40:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 12:40:51 +0000 |
commit | 35ea8b8fb1d3d59fc393f5eebba9ac78cebee32d (patch) | |
tree | 0f0de88545911eedf4a90c6a9738770901af1423 | |
parent | Support staging (diff) |
Support staging
Notes
Notes:
svn path=/head/; revision=345985
-rw-r--r-- | security/vnccrack/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/security/vnccrack/Makefile b/security/vnccrack/Makefile index 5573d8a8352b..308633c68af4 100644 --- a/security/vnccrack/Makefile +++ b/security/vnccrack/Makefile @@ -16,15 +16,13 @@ USE_OPENSSL= yes SUB_FILES+= pkg-message -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/vnccrack ${PREFIX}/bin/vnccrack + ${INSTALL_PROGRAM} ${WRKSRC}/vnccrack ${STAGEDIR}${PREFIX}/bin post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}/readme.txt -.endif - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |