diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-21 19:13:38 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-21 19:13:38 +0800 |
commit | 88f38650a22f8bf6125b20e737bdde1f47fadfd0 (patch) | |
tree | 22ff9efd3222ba46c3bf2c1e7894f6d54aac1f8d | |
parent | a0d3a927be07125dade865b25057c6438db06fed (diff) | |
download | freebsd-ports-gnome-88f38650a22f8bf6125b20e737bdde1f47fadfd0.tar.gz freebsd-ports-gnome-88f38650a22f8bf6125b20e737bdde1f47fadfd0.tar.zst freebsd-ports-gnome-88f38650a22f8bf6125b20e737bdde1f47fadfd0.zip |
- man pages installation does not depend on NOPORTDOCS (fix plist)
- bump PORTREVISION
Approved by: maintainer timeout to QAT BotMail
Prompted by: QAT QA run
-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 |