diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-02-22 16:35:20 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-02-22 16:35:20 +0000 |
| commit | a9e2972a99d032c80d5cf1638ac5c545a3469448 (patch) | |
| tree | f912fac6517e5df25459bceae8f09038d2c82e88 /java/dbvis | |
| parent | ee8f97bee9f8ee1dfc76ef950649ad6710297a1b (diff) | |
Notes
Diffstat (limited to 'java/dbvis')
| -rw-r--r-- | java/dbvis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index 8853598dc7df..094505981775 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -34,6 +34,6 @@ post-install: ${FIND} ${DATADIR} -not -type d \ | ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} ${FIND} -d ${DATADIR} -type d \ - | ${SED} -ne 's,^${PREFIX},@dirrm ,p' >> ${TMPPLIST} + | ${SED} -ne 's,^${PREFIX}/,@dirrm ,p' >> ${TMPPLIST} .include <bsd.port.mk> |
