diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-01-18 00:56:00 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-01-18 00:56:00 +0800 |
commit | 2a9b0aef173a17054f0878ef6f3e5c31622019d6 (patch) | |
tree | 6eebb52cc90713e2435f8240a1c73e563de9a568 /net-mgmt | |
parent | 0a5b325d944558d5fc1f0dca49198ea231512171 (diff) | |
download | freebsd-ports-gnome-2a9b0aef173a17054f0878ef6f3e5c31622019d6.tar.gz freebsd-ports-gnome-2a9b0aef173a17054f0878ef6f3e5c31622019d6.tar.zst freebsd-ports-gnome-2a9b0aef173a17054f0878ef6f3e5c31622019d6.zip |
- Set only one (working) MASTER_SITE. [1]
- USE_GMAKE -> USES=gmake
PR: ports/185843 [1]
Submitted by: Mike Bristow <mike@urgle.com> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netmask/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/netmask/Makefile b/net-mgmt/netmask/Makefile index 9f20a6bc2bf7..78d65a726a18 100644 --- a/net-mgmt/netmask/Makefile +++ b/net-mgmt/netmask/Makefile @@ -5,9 +5,7 @@ PORTNAME= netmask PORTVERSION= 2.4 PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://trap.mtview.ca.us/~talby/ \ - ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/n/netmask/ +MASTER_SITES= http://trap.mtview.ca.us/~talby/ DISTNAME= netmask_${PORTVERSION} MAINTAINER= mike@urgle.com @@ -15,7 +13,7 @@ COMMENT= Tool for generating terse netmasks in several common formats WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAN1= netmask.1 INFO= netmask |