diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-11-13 22:21:35 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-11-13 22:21:35 +0000 |
commit | 2f1b3cca2e5c712a1672e288cbeded3f69b89533 (patch) | |
tree | 43b0928244ce6b7ab5af36ce80e38b91ec474d37 /net-mgmt/nfsen | |
parent | 526f1dd967165b631fd0533f8691c291c094e4a8 (diff) | |
download | ports-2f1b3cca2e5c712a1672e288cbeded3f69b89533.tar.gz ports-2f1b3cca2e5c712a1672e288cbeded3f69b89533.zip |
Notes
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 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: |