diff options
Diffstat (limited to 'security/ipguard/Makefile')
-rw-r--r-- | security/ipguard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/ipguard/Makefile b/security/ipguard/Makefile index 9333e39fdce0..d5e2a049843c 100644 --- a/security/ipguard/Makefile +++ b/security/ipguard/Makefile @@ -19,6 +19,8 @@ PORTDOCS= COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.t PLIST_FILES= sbin/ipguard \ man/man8/${PORTNAME}.8.gz +OPTIONS_DEFINE= DOCS + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} |