aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 20:12:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 20:12:44 +0000
commit6455096ba782387eb3984831dccb4331eb973121 (patch)
tree3215949316e040ca219c63d5dce52c1f6a4431c6 /Mk/bsd.port.mk
parent76cfd4ca527ba00dc37f9787008852f7de3edf7e (diff)
downloadports-6455096ba782387eb3984831dccb4331eb973121.tar.gz
ports-6455096ba782387eb3984831dccb4331eb973121.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
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