svn commit: r302895 - in head/net: gateway6 gnu-radius

Doug Barton dougb at FreeBSD.org
Tue Aug 21 20:05:54 UTC 2012


Author: dougb
Date: Tue Aug 21 20:05:52 2012
New Revision: 302895
URL: http://svn.freebsd.org/changeset/ports/302895

Log:
  Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
  
  I caught most of these, but missed this one, apologies

Modified:
  head/net/gateway6/Makefile
  head/net/gnu-radius/Makefile

Modified: head/net/gateway6/Makefile
==============================================================================
--- head/net/gateway6/Makefile	Tue Aug 21 19:57:40 2012	(r302894)
+++ head/net/gateway6/Makefile	Tue Aug 21 20:05:52 2012	(r302895)
@@ -32,7 +32,7 @@ GW6C_DATA=	\
 		HEX_DC_0007_Gateway6_Client_Release_Notes.pdf
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
-SUB_FILES=	gateway6.sh pkg-message
+SUB_FILES=	pkg-message
 
 USE_GMAKE=	yes
 USE_PERL5_BUILD=yes

Modified: head/net/gnu-radius/Makefile
==============================================================================
--- head/net/gnu-radius/Makefile	Tue Aug 21 19:57:40 2012	(r302894)
+++ head/net/gnu-radius/Makefile	Tue Aug 21 20:05:52 2012	(r302895)
@@ -24,7 +24,6 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
-SUB_FILES=	radiusd.sh
 DATADIR=	${PREFIX}/share/radius
 
 INFO=		radius



More information about the svn-ports-head mailing list