diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-11 03:53:56 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-11 03:53:56 +0000 |
| commit | 81336da8437e0b6cb953621d884602b324ae3717 (patch) | |
| tree | 8bc48311ea86ddecad94bd63a9ad0b740ea890a6 /security/sqlninja | |
| parent | 77b4f89d83f090980715b05f0411089c80467f93 (diff) | |
Notes
Diffstat (limited to 'security/sqlninja')
| -rw-r--r-- | security/sqlninja/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/security/sqlninja/Makefile b/security/sqlninja/Makefile index 9e7c9c5a10cf..b1f846392ecd 100644 --- a/security/sqlninja/Makefile +++ b/security/sqlninja/Makefile @@ -19,27 +19,25 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-NetPacket>=0:${PORTSDIR}/net/p5-NetPacket USES= perl5 - NO_BUILD= yes -NO_STAGE= yes do-install: - ${MKDIR} ${ETCDIR} - ${MKDIR} ${ETCDIR}/scripts - ${MKDIR} ${ETCDIR}/apps + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${MKDIR} ${STAGEDIR}${ETCDIR}/scripts + ${MKDIR} ${STAGEDIR}${ETCDIR}/apps . for i in sqlninja - ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin . endfor . for i in churrasco.scr dnstun.scr nc.scr - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${i} ${ETCDIR}/scripts + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${i} ${STAGEDIR}${ETCDIR}/scripts . endfor . for i in churrasco.exe dnstun.exe nc.exe - ${INSTALL_SCRIPT} ${WRKSRC}/apps/${i} ${ETCDIR}/apps + ${INSTALL_SCRIPT} ${WRKSRC}/apps/${i} ${STAGEDIR}${ETCDIR}/apps . endfor .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} . for i in sqlninja-howto.html sqlninja.conf.example - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} . endfor .endif |
