diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 04:18:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 04:18:57 +0800 |
commit | b17b770b336e5ca851dcc1bc43c45d76faffda77 (patch) | |
tree | 171d1586b728819f0017648067e3d933318a68b8 /net | |
parent | 4a96439f343bbd0c46cc9cd6615bce9115204ab6 (diff) | |
download | freebsd-ports-gnome-b17b770b336e5ca851dcc1bc43c45d76faffda77.tar.gz freebsd-ports-gnome-b17b770b336e5ca851dcc1bc43c45d76faffda77.tar.zst freebsd-ports-gnome-b17b770b336e5ca851dcc1bc43c45d76faffda77.zip |
remove duplicate variable and extra blank lines (portlint)
Diffstat (limited to 'net')
-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 |