diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-26 10:45:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-26 10:45:31 +0800 |
commit | 730ce5fc22a28915055ebaab620dcbfc04e4638a (patch) | |
tree | ad47e314efcd3c49f92f00951b22f2ab93634bb7 /databases/leofs | |
parent | 865796017b0b3010dd91e539610ffbbae026b320 (diff) | |
download | freebsd-ports-gnome-730ce5fc22a28915055ebaab620dcbfc04e4638a.tar.gz freebsd-ports-gnome-730ce5fc22a28915055ebaab620dcbfc04e4638a.tar.zst freebsd-ports-gnome-730ce5fc22a28915055ebaab620dcbfc04e4638a.zip |
- Drop @dirrm* from plist
Approved by: portmgr blanket
Diffstat (limited to 'databases/leofs')
-rw-r--r-- | databases/leofs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/leofs/Makefile b/databases/leofs/Makefile index 01135889a05a..ff71a627c7d1 100644 --- a/databases/leofs/Makefile +++ b/databases/leofs/Makefile @@ -235,8 +235,8 @@ do-install: | ${SORT} > ${WRKDIR}/PLIST.leofs cd ${STAGEDIR}${PREFIX} ; \ ${FIND} ${LEOFS_BASEDIR:S/${PREFIX}\///} \ - ${LEOFS_LIBXDIR:S/${PREFIX}\///} -type d \ - | ${SORT} -r | ${SED} -e 's/^/@dirrmtry /' \ + ${LEOFS_LIBXDIR:S/${PREFIX}\///} -type d -empty \ + | ${SORT} -r | ${SED} -e 's/^/@dir /' \ >> ${WRKDIR}/PLIST.leofs ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script ${ECHO_CMD} "/Insert PLIST.leofs" >> ${WRKDIR}/ex.script |