diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 11:21:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 11:21:16 +0000 |
commit | 3dc9f96fc12f933740f389fc66819981598098e2 (patch) | |
tree | b8050b57f16614a8bfe9e39f15da6ed220414367 /security/gag | |
parent | 4ace7cc811032e063c9b96f5fb80cf30ccd080fe (diff) | |
download | ports-3dc9f96fc12f933740f389fc66819981598098e2.tar.gz ports-3dc9f96fc12f933740f389fc66819981598098e2.zip |
Notes
Diffstat (limited to 'security/gag')
-rw-r--r-- | security/gag/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/gag/Makefile b/security/gag/Makefile index 37d180feeb0e..8a0c62b1cdba 100644 --- a/security/gag/Makefile +++ b/security/gag/Makefile @@ -18,12 +18,11 @@ ALL_TARGET= gag PORTDOCS= README PLIST_FILES= sbin/gag -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/gag ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif + @${INSTALL_PROGRAM} ${WRKSRC}/gag ${STAGEDIR}${PREFIX}/sbin + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |