diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 17:49:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 17:49:05 +0000 |
commit | b15bd6d9f765184f5901573ebcf598c3fd0165bc (patch) | |
tree | c1cc7928b4d0d94445cde798076470c68f2729c9 /net/pwhois/Makefile | |
parent | e5c1e6ef70a98360cbde351f7ce9a6a6e15c15bd (diff) | |
download | ports-b15bd6d9f765184f5901573ebcf598c3fd0165bc.tar.gz ports-b15bd6d9f765184f5901573ebcf598c3fd0165bc.zip |
Notes
Diffstat (limited to 'net/pwhois/Makefile')
-rw-r--r-- | net/pwhois/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/pwhois/Makefile b/net/pwhois/Makefile index 31258fc6a9ef..29b18eea9691 100644 --- a/net/pwhois/Makefile +++ b/net/pwhois/Makefile @@ -5,26 +5,28 @@ PORTNAME= pwhois PORTVERSION= 2.2.0.1 CATEGORIES= net MASTER_SITES= http://pwhois.org/get/ \ - http://mirrors.rit.edu/zi/ + http://mirrors.rit.edu/zi/ EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= Whois-compatible framework for disclosing routing data RUN_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ - p5-Time-Format>0:${PORTSDIR}/devel/p5-Time-Format \ + p5-Time-Format>0:${PORTSDIR}/devel/p5-Time-Format \ p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-Telnet>0:${PORTSDIR}/net/p5-Net-Telnet \ p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ p5-RPSL-Parser>0:${PORTSDIR}/devel/p5-RPSL-Parser \ - p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql + p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql FETCH_ARGS= -p USERS= ${PORTNAME} GROUPS= ${PORTNAME} +USES= shebangfix tar:tgz +SHEBANG_FILES= pwhois-updatedb USE_MYSQL= client USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message 512.pwhois-updatedb @@ -55,7 +57,5 @@ do-install: post-install: @${MKDIR} ${STAGEDIR}/var/db/pwhois ${STAGEDIR}/var/log/pwhois - @${CHOWN} 512:512 ${STAGEDIR}/var/db/pwhois ${STAGEDIR}/var/log/pwhois - #@${CHOWN} ${USERS}:${GROUPS} ${STAGEDIR}/var/db/pwhois ${STAGEDIR}/var/log/pwhois .include <bsd.port.mk> |