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

Attachment: nfsen.patch
Description: Binary data

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to