1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

- Stage support

- Convert to USES
This commit is contained in:
Martin Wilke 2014-01-31 08:44:50 +00:00
parent e1563329aa
commit 85349cf337
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341941
4 changed files with 2 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -27,5 +27,4 @@ LIBNET_CPPFLAGS= -I${LOCALBASE}/include/libnet11
LIBNET_LIBS= -L${LOCALBASE}/lib/libnet11
.endif
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -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>