diff options
author | feld <feld@FreeBSD.org> | 2013-11-13 22:21:35 +0000 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-11-13 22:21:35 +0000 |
commit | 1ceec114da613ece77d84bd61de00d358ede2509 (patch) | |
tree | 43b0928244ce6b7ab5af36ce80e38b91ec474d37 /net-mgmt/nfsen | |
parent | 351f38baf586528821b407b2262ce9fe69c43ac9 (diff) | |
download | FreeBSD-ports-1ceec114da613ece77d84bd61de00d358ede2509.zip FreeBSD-ports-1ceec114da613ece77d84bd61de00d358ede2509.tar.gz |
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
Diffstat (limited to 'net-mgmt/nfsen')
-rw-r--r-- | net-mgmt/nfsen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nfsen/Makefile b/net-mgmt/nfsen/Makefile index dadf1c5..fb0c1ce 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: |