NfSen Port PATCH

Chad Gross avatar4d at gmail.com
Wed Nov 13 18:28:08 UTC 2013


I found an issue with the nfsen port Makefile. It is not properly
configured to expand the %%PORTNAME%% variable used when generating the
nfsen config file.


For example, the config that is installed shows this:

$VARDIR="${BASEDIR}/var/%%PORTNAME%%";


When it should be this:

$VARDIR="${BASEDIR}/var/nfsen";

I have attached the patch, but also included it in-line below. I emailed
the maintainer, but hadn't heard a response so figured I would send it here
just in case.


--- Makefile    2013-11-03 12:31:00.000000000 -0500

+++ Makefile.new        2013-11-03 12:30:51.000000000 -0500

@@ -37,6 +37,7 @@

 SUB_LIST+=     "PORTVERSION=${PORTVERSION}"

 SUB_LIST+=     "PREFIX=${PREFIX}"

 SUB_LIST+=     "WWWDIR=${WWWDIR}"

+SUB_LIST+=     "PORTNAME=${PORTNAME}"



 NO_STAGE=      yes

 post-patch:


Thanks,

Chad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nfsen.patch
Type: application/octet-stream
Size: 320 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20131113/d175e077/attachment.obj>


More information about the freebsd-ports mailing list