aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nfsen
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2013-11-13 22:21:35 +0000
committerMark Felder <feld@FreeBSD.org>2013-11-13 22:21:35 +0000
commit2f1b3cca2e5c712a1672e288cbeded3f69b89533 (patch)
tree43b0928244ce6b7ab5af36ce80e38b91ec474d37 /net-mgmt/nfsen
parent526f1dd967165b631fd0533f8691c291c094e4a8 (diff)
downloadports-2f1b3cca2e5c712a1672e288cbeded3f69b89533.tar.gz
ports-2f1b3cca2e5c712a1672e288cbeded3f69b89533.zip
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
Notes
Notes: svn path=/head/; revision=333730
Diffstat (limited to 'net-mgmt/nfsen')
-rw-r--r--net-mgmt/nfsen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nfsen/Makefile b/net-mgmt/nfsen/Makefile
index dadf1c5bf1e1..fb0c1ce212f8 100644
--- a/net-mgmt/nfsen/Makefile
+++ b/net-mgmt/nfsen/Makefile
@@ -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/${PORTNAME}"
SUB_LIST+= "PORTVERSION=${PORTVERSION}"
SUB_LIST+= "PREFIX=${PREFIX}"
SUB_LIST+= "WWWDIR=${WWWDIR}"
+SUB_LIST+= "PORTNAME=${PORTNAME}"
NO_STAGE= yes
post-patch: