diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 08:44:50 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 08:44:50 +0000 |
commit | bd80447d00ffa3338877004e540ee4498dc3c28a (patch) | |
tree | 068a92be027133a5344acd5b5343e3acd55b76db | |
parent | c91782c1afa67a3cec19c22a4b938d568f45df78 (diff) | |
download | FreeBSD-ports-bd80447d00ffa3338877004e540ee4498dc3c28a.zip FreeBSD-ports-bd80447d00ffa3338877004e540ee4498dc3c28a.tar.gz |
- Stage support
- Convert to USES
-rw-r--r-- | net-im/vacuum-im/Makefile | 1 | ||||
-rw-r--r-- | net/freeradius-client/Makefile | 3 | ||||
-rw-r--r-- | net/libfb/Makefile | 1 | ||||
-rw-r--r-- | net/paris-traceroute/Makefile | 3 |
4 files changed, 2 insertions, 6 deletions
diff --git a/net-im/vacuum-im/Makefile b/net-im/vacuum-im/Makefile index 95153bb..afc2ab9 100644 --- a/net-im/vacuum-im/Makefile +++ b/net-im/vacuum-im/Makefile @@ -27,5 +27,4 @@ DESKTOP_ENTRIES="Vacuum-IM" "Modular, crossplatform Jabber client" \ "${PREFIX}/share/pixmaps/vacuum.png" "${PORTNAME}" \ "Qt;Network;InstantMessaging;" false -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/freeradius-client/Makefile b/net/freeradius-client/Makefile index 6f10c32..57bd8f8 100644 --- a/net/freeradius-client/Makefile +++ b/net/freeradius-client/Makefile @@ -11,12 +11,11 @@ MAINTAINER= netch@portaone.com COMMENT= Client library and basic utilities for RADIUS AAA USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFLICTS= radiusclient-ng-[0-9]* -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/libfb/Makefile b/net/libfb/Makefile index 2a31b7d..1df6a71 100644 --- a/net/libfb/Makefile +++ b/net/libfb/Makefile @@ -27,5 +27,4 @@ LIBNET_CPPFLAGS= -I${LOCALBASE}/include/libnet11 LIBNET_LIBS= -L${LOCALBASE}/lib/libnet11 .endif -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/paris-traceroute/Makefile b/net/paris-traceroute/Makefile index 0bbf4f0..2257a82 100644 --- a/net/paris-traceroute/Makefile +++ b/net/paris-traceroute/Makefile @@ -12,10 +12,9 @@ MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Paris traceroute is network diagnosis and measurement tools GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME}-current PLIST_FILES= bin/paris-traceroute -NO_STAGE= yes .include <bsd.port.mk> |