Date: Tue, 21 Aug 2012 20:05:53 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302895 - in head/net: gateway6 gnu-radius Message-ID: <201208212005.q7LK5r9X097289@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208212005.q7LK5r9X097289>