svn commit: r361508 - in head/security/sasp: . files

Yen-Ming Lee leeym at FreeBSD.org
Fri Jul 11 07:32:46 UTC 2014


Author: leeym
Date: Fri Jul 11 07:32:45 2014
New Revision: 361508
URL: http://svnweb.freebsd.org/changeset/ports/361508
QAT: https://qat.redports.org/buildarchive/r361508/

Log:
  - support stage

Modified:
  head/security/sasp/Makefile
  head/security/sasp/files/patch-Makefile

Modified: head/security/sasp/Makefile
==============================================================================
--- head/security/sasp/Makefile	Fri Jul 11 07:27:37 2014	(r361507)
+++ head/security/sasp/Makefile	Fri Jul 11 07:32:45 2014	(r361508)
@@ -9,10 +9,10 @@ MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~ahze/distfiles/
 MASTER_SITE_SUBDIR=	ahze
 
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A tool that permits to use a gateway whatever IP we have
 
-LIB_DEPENDS=	net:${PORTSDIR}/net/libnet
+LIB_DEPENDS=	libnet.so:${PORTSDIR}/net/libnet
 
 NO_WRKSUBDIR=	yes
 MAKE_ENV=	LIBNET_CONFIG="${LIBNET_CONFIG}"
@@ -20,5 +20,4 @@ PLIST_FILES=	sbin/sasp
 
 LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/sasp/files/patch-Makefile
==============================================================================
--- head/security/sasp/files/patch-Makefile	Fri Jul 11 07:27:37 2014	(r361507)
+++ head/security/sasp/files/patch-Makefile	Fri Jul 11 07:32:45 2014	(r361508)
@@ -6,6 +6,6 @@
 +	${CC} `${LIBNET_CONFIG} --cflags` -o sasp sasp.c -lpcap `${LIBNET_CONFIG} --libs`
  install:
 -	install -o root -m 555 sasp /usr/local/sbin
-+	${BSD_INSTALL_PROGRAM} sasp ${PREFIX}/sbin
++	${BSD_INSTALL_PROGRAM} sasp ${DESTDIR}${PREFIX}/sbin
  clean:
  	rm -rf *.o


More information about the svn-ports-head mailing list