diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 04:12:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 04:12:44 +0800 |
commit | 6455096ba782387eb3984831dccb4331eb973121 (patch) | |
tree | 3215949316e040ca219c63d5dce52c1f6a4431c6 /Mk | |
parent | 76cfd4ca527ba00dc37f9787008852f7de3edf7e (diff) | |
download | freebsd-ports-gnome-6455096ba782387eb3984831dccb4331eb973121.tar.gz freebsd-ports-gnome-6455096ba782387eb3984831dccb4331eb973121.tar.zst freebsd-ports-gnome-6455096ba782387eb3984831dccb4331eb973121.zip |
Remove documentation about PLIST_DIRSTRY
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 678d8c4412d3..bd7b9cca4a61 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |