svn commit: r333730 - head/net-mgmt/nfsen
Mark Felder
feld at FreeBSD.org
Wed Nov 13 22:21:35 UTC 2013
Author: feld
Date: Wed Nov 13 22:21:35 2013
New Revision: 333730
URL: http://svnweb.freebsd.org/changeset/ports/333730
Log:
Fix missing SUB_LIST entry that was patching the config file with
nonsense paths.
Submitted by: Chad Gross
Approved by: swills (mentor, implicit) & myself who rewrote port
Modified:
head/net-mgmt/nfsen/Makefile
Modified: head/net-mgmt/nfsen/Makefile
==============================================================================
--- head/net-mgmt/nfsen/Makefile Wed Nov 13 21:36:36 2013 (r333729)
+++ head/net-mgmt/nfsen/Makefile Wed Nov 13 22:21:35 2013 (r333730)
@@ -3,7 +3,7 @@
PORTNAME= nfsen
PORTVERSION= 1.3.6p1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \
http://nfsen.sourceforge.net/
@@ -37,6 +37,7 @@ SUB_LIST+= "LIBEXECDIR=${PREFIX}/libexec
SUB_LIST+= "PORTVERSION=${PORTVERSION}"
SUB_LIST+= "PREFIX=${PREFIX}"
SUB_LIST+= "WWWDIR=${WWWDIR}"
+SUB_LIST+= "PORTNAME=${PORTNAME}"
NO_STAGE= yes
post-patch:
More information about the svn-ports-head
mailing list