1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- man pages installation does not depend on NOPORTDOCS (fix plist)

- bump PORTREVISION

Approved by:	maintainer timeout to QAT BotMail
Prompted by:	QAT QA run
This commit is contained in:
Ion-Mihai Tetcu 2008-11-21 11:13:38 +00:00
parent 58195cae8f
commit 5584e9d5b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223113
2 changed files with 3 additions and 7 deletions

View File

@ -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}

View File

@ -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