diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:17:11 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:17:11 +0000 |
commit | 849ee6c94fe3272b7f7db3232a30f6801ef8bfec (patch) | |
tree | 35f426fe810706739865778e4d89e485ae175a34 /security/sqlninja | |
parent | d7964bc2699613e5b855a60b33978c6926fed4ac (diff) |
Notes
Diffstat (limited to 'security/sqlninja')
-rw-r--r-- | security/sqlninja/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sqlninja/Makefile b/security/sqlninja/Makefile index b1f846392ecd..e7ee1e94dea5 100644 --- a/security/sqlninja/Makefile +++ b/security/sqlninja/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ USES= perl5 NO_BUILD= yes +OPTIONS_DEFINE= DOCS + do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}${ETCDIR}/scripts @@ -34,11 +36,9 @@ do-install: . for i in churrasco.exe dnstun.exe nc.exe ${INSTALL_SCRIPT} ${WRKSRC}/apps/${i} ${STAGEDIR}${ETCDIR}/apps . endfor -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} . for i in sqlninja-howto.html sqlninja.conf.example ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} . endfor -.endif .include <bsd.port.mk> |