diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-14 11:30:42 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-14 11:30:42 +0000 |
| commit | 4f04fe3206857546e93019da80e9f07fc851afc3 (patch) | |
| tree | bcab0f981d7841f070997f3f3ad99d0aaf3dc4f4 /java/dbvis | |
| parent | 942951d86b151bf95eb6b08618bad2aba644a1ba (diff) | |
Notes
Diffstat (limited to 'java/dbvis')
| -rw-r--r-- | java/dbvis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index 7f47ef5b30ec..4a6ee3cc3ada 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -32,7 +32,7 @@ do-install: post-install: ${FIND} ${STAGEDIR}${DATADIR} -not -type d \ | ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} - ${FIND} -d ${STAGEDIR}${DATADIR} -type d \ - | ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dirrm ,p' >> ${TMPPLIST} + ${FIND} -d ${STAGEDIR}${DATADIR} -type d -empty \ + | ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dir ,p' >> ${TMPPLIST} .include <bsd.port.mk> |
