Date: Sat, 20 Dec 2014 20:12:45 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375125 - head/Mk Message-ID: <201412202012.sBKKCjTN032498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Dec 20 20:12:44 2014 New Revision: 375125 URL: https://svnweb.freebsd.org/changeset/ports/375125 QAT: https://qat.redports.org/buildarchive/r375125/ Log: Remove documentation about PLIST_DIRSTRY Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Dec 20 20:09:06 2014 (r375124) +++ head/Mk/bsd.port.mk Sat Dec 20 20:12:44 2014 (r375125) @@ -880,7 +880,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Default: ${PORTSDIR}/Templates/BSD.local.dist or # /etc/mtree/BSD.usr.dist if ${PREFIX} == "/usr". # PLIST_DIRS - Directories to be added to packing list -# PLIST_DIRSTRY - Directories to be added to packing list and try to remove them. # PLIST_FILES - Files and symbolic links to be added to packing list # # PLIST - Name of the `packing list' file. @@ -5079,6 +5078,7 @@ generate-plist: ${WRKDIR} ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \ fi +# Keep PLIST_DIRSTRY as compatibility .for dir in ${PLIST_DIRS} ${PLIST_DIRSTRY} @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^,@dir ,' >> ${TMPPLIST} .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412202012.sBKKCjTN032498>