diff options
author | mat <mat@FreeBSD.org> | 2016-08-18 05:07:22 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-18 05:07:22 +0800 |
commit | 283b20409222cf3b226f834fdb6e770c41978b40 (patch) | |
tree | 39ff576b518410d025f98c12a4b7734837dc1591 /Mk/bsd.port.mk | |
parent | 5f0eda44208e57944184640ab5a91f19deebd71a (diff) | |
download | freebsd-ports-gnome-283b20409222cf3b226f834fdb6e770c41978b40.tar.gz freebsd-ports-gnome-283b20409222cf3b226f834fdb6e770c41978b40.tar.zst freebsd-ports-gnome-283b20409222cf3b226f834fdb6e770c41978b40.zip |
Put back PLIST_DIRS handling.
My eyes were playing tricks on me.
PR: 211953
Reported by: dim
Pointy hat: mat
Sponsored by: Absolight
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 6534f85c2c18..2cbbda5e24ac 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -4457,6 +4457,10 @@ generate-plist: ${WRKDIR} ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \ fi +.for dir in ${PLIST_DIRS} + @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^,@dir ,' >> ${TMPPLIST} +.endfor + .if defined(USE_LINUX_PREFIX) .if defined(USE_LDCONFIG) @${ECHO_CMD} "@postexec ${LDCONFIG_CMD}" >> ${TMPPLIST} |