diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:18:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:18:57 +0000 |
commit | 2334bad4e6364985504d7d05e41b6bb6ade03307 (patch) | |
tree | 1afb0a3486d8774bdce3988f7f070b76f5cd52e5 /net/fping | |
parent | af27580cce54500bad2f29326d16656402aaaeb8 (diff) | |
download | ports-2334bad4e6364985504d7d05e41b6bb6ade03307.tar.gz ports-2334bad4e6364985504d7d05e41b6bb6ade03307.zip |
Notes
Diffstat (limited to 'net/fping')
-rw-r--r-- | net/fping/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index 00458c449726..1a654bbf6fe1 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -8,7 +8,6 @@ PORTNAME= fping PORTVERSION= 1.20 -DISTNAME= part01 CATEGORIES= net MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume26/fping/ \ ftp://ftp.digital.com/pub/usenet/comp.sources.unix/volume26/fping/ \ @@ -26,7 +25,6 @@ EXTRACT_AFTER_ARGS= | ${SED} -e '1,/Archive-Name/d' | ${SH} NO_WRKSUBDIR= yes MAN8= fping.8 - post-install: @strip ${PREFIX}/sbin/fping |