diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-21 11:13:38 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-21 11:13:38 +0000 |
commit | 5584e9d5b1e11c20822b5bd4b015e22ef8edb1ff (patch) | |
tree | a8383a994a01afc51e440094ae356bd445266c88 /net/hinfo | |
parent | 58195cae8f692a35f1376ac6ac75287b4fb7a770 (diff) | |
download | ports-5584e9d5b1e11c20822b5bd4b015e22ef8edb1ff.tar.gz ports-5584e9d5b1e11c20822b5bd4b015e22ef8edb1ff.zip |
Notes
Diffstat (limited to 'net/hinfo')
-rw-r--r-- | net/hinfo/Makefile | 8 | ||||
-rw-r--r-- | net/hinfo/pkg-plist | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/net/hinfo/Makefile b/net/hinfo/Makefile index 5ed2eeef4598..d29dfb66038a 100644 --- a/net/hinfo/Makefile +++ b/net/hinfo/Makefile @@ -7,7 +7,7 @@ PORTNAME= hinfo PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net perl5 # note: the "true" MASTER_SITE is http://www.blars.org, but # due to policies on that site, it is not reachable from the @@ -27,8 +27,8 @@ DATADIR?= ${PREFIX}/lib/${PORTNAME} HINFO_DBFILES= dnsbl.ins.pl whois.ins.pl HINFO_SCRIPTS= hinfo hinfo-update myhostinfo.cgi -#MAN1= hinfo.1 -#MAN5= hinfo.conf.5 +MAN1= hinfo.1 +MAN5= hinfo.conf.5 NO_BUILD= yes @@ -46,10 +46,8 @@ do-install: .if !exists({PREFIX}/etc/hinfo.conf) ${INSTALL_DATA} ${WRKSRC}/hinfo.conf ${PREFIX}/etc/hinfo.conf .endif -.if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKSRC}/hinfo.1 ${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/hinfo.conf.5 ${PREFIX}/man/man5/ -.endif @${MKDIR} ${DATADIR} .for filename in ${HINFO_DBFILES} ${INSTALL_DATA} ${WRKSRC}/${filename} ${DATADIR} diff --git a/net/hinfo/pkg-plist b/net/hinfo/pkg-plist index f975587240ba..a98c598f8371 100644 --- a/net/hinfo/pkg-plist +++ b/net/hinfo/pkg-plist @@ -1,7 +1,5 @@ bin/hinfo etc/hinfo.conf etc/hinfo.conf.example -man/man1/hinfo.1 -man/man5/hinfo.conf.5 sbin/hinfo-update @unexec rm -fR %%PREFIX%%/lib/hinfo |