diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-24 08:18:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-24 08:18:35 +0000 |
commit | 85333ca5ffdb1c790330923ace46937c76aa07d1 (patch) | |
tree | fb33c364012ff625f79d6533847bccf8dfe9a4a6 | |
parent | 6c7c2240c27ddc690ea92ff443be821db8718541 (diff) | |
download | ports-85333ca5ffdb1c790330923ace46937c76aa07d1.tar.gz ports-85333ca5ffdb1c790330923ace46937c76aa07d1.zip |
Notes
-rw-r--r-- | net/wping/Makefile | 13 | ||||
-rw-r--r-- | net/wping/pkg-plist | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/wping/Makefile b/net/wping/Makefile index 027c1b2ba65b..dd4124090986 100644 --- a/net/wping/Makefile +++ b/net/wping/Makefile @@ -3,23 +3,22 @@ PORTNAME= wping PORTVERSION= 0.1a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org -COMMENT= A Web-based graphical ping log +COMMENT= Web-based graphical ping log RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -USES= perl5 -USE_BZIP2= yes +USES= perl5 tar:bzip2 shebangfix +SHEBANG_FILES= wping.pl NO_BUILD= yes -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/wping.pl ${PREFIX}/bin/wping - ${INSTALL_DATA} ${WRKSRC}/wping.conf ${PREFIX}/etc/wping.conf.sample + ${INSTALL_SCRIPT} ${WRKSRC}/wping.pl ${STAGEDIR}${PREFIX}/bin/wping + ${INSTALL_DATA} ${WRKSRC}/wping.conf ${STAGEDIR}${PREFIX}/etc/wping.conf.sample .include <bsd.port.mk> diff --git a/net/wping/pkg-plist b/net/wping/pkg-plist index 43957dfb16a3..6617bf3c255e 100644 --- a/net/wping/pkg-plist +++ b/net/wping/pkg-plist @@ -1,2 +1,2 @@ bin/wping -etc/wping.conf.sample +@sample etc/wping.conf.sample |