diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 13:30:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 13:30:54 +0000 |
commit | a25b679c7442480bf3aefdf308c13944416f4470 (patch) | |
tree | f9933e2a4efc9c2320e32a9253d149c4d1a0b9d8 /dns | |
parent | 64fd149d8157b44c6f4ad99dae40f5e5de492ded (diff) | |
download | freebsd-ports-a25b679c7442480bf3aefdf308c13944416f4470.zip |
- Support staging
- Define DOCS option
Diffstat (limited to 'dns')
-rw-r--r-- | dns/rbllookup/Makefile | 13 | ||||
-rw-r--r-- | dns/rbllookup/pkg-descr | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dns/rbllookup/Makefile b/dns/rbllookup/Makefile index 1021caf8a091..b0a621673e5b 100644 --- a/dns/rbllookup/Makefile +++ b/dns/rbllookup/Makefile @@ -12,18 +12,17 @@ COMMENT= Check given IP/Host presence in 106 RBLs BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor -NO_BUILD= yes USES= perl5 +NO_BUILD= yes PLIST_FILES= bin/rbllookup PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/rbl.pl ${PREFIX}/bin/rbllookup -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKDIR} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + ${INSTALL_SCRIPT} ${WRKDIR}/rbl.pl ${STAGEDIR}${PREFIX}/bin/rbllookup + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKDIR} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/dns/rbllookup/pkg-descr b/dns/rbllookup/pkg-descr index 62fcc6572317..a54e4d6c4827 100644 --- a/dns/rbllookup/pkg-descr +++ b/dns/rbllookup/pkg-descr @@ -9,4 +9,4 @@ Also, author looking for support from programmers for ideas, codefix, new features, switch to c/c++, gui version? Author: Marcin Gondek <drixter@e-utp.net> -WWW: http://rbllookup.sourceforge.net +WWW: http://rbllookup.sourceforge.net |