diff options
author | feld <feld@FreeBSD.org> | 2013-11-14 06:21:35 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-11-14 06:21:35 +0800 |
commit | 1ceec114da613ece77d84bd61de00d358ede2509 (patch) | |
tree | 43b0928244ce6b7ab5af36ce80e38b91ec474d37 /net-mgmt | |
parent | 351f38baf586528821b407b2262ce9fe69c43ac9 (diff) | |
download | freebsd-ports-gnome-1ceec114da613ece77d84bd61de00d358ede2509.tar.gz freebsd-ports-gnome-1ceec114da613ece77d84bd61de00d358ede2509.tar.zst freebsd-ports-gnome-1ceec114da613ece77d84bd61de00d358ede2509.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
Diffstat (limited to 'net-mgmt')
-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 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: |