diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-20 20:18:57 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-20 20:18:57 +0000 |
commit | b17b770b336e5ca851dcc1bc43c45d76faffda77 (patch) | |
tree | 171d1586b728819f0017648067e3d933318a68b8 /net/fping | |
parent | 4a96439f343bbd0c46cc9cd6615bce9115204ab6 (diff) | |
download | FreeBSD-ports-b17b770b336e5ca851dcc1bc43c45d76faffda77.zip FreeBSD-ports-b17b770b336e5ca851dcc1bc43c45d76faffda77.tar.gz |
remove duplicate variable and extra blank lines (portlint)
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 00458c4..1a654bb 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 |