summaryrefslogtreecommitdiff
path: root/databases/postgresql-docs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-04-05 04:48:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-04-05 04:48:16 +0000
commit8fb63e129d4e9cfe806f23e874de4212307bbc7f (patch)
tree41c95ddbbe4e53089f8ff948dad49fd7b4a9a472 /databases/postgresql-docs
parentAdd missing files (diff)
Add missing @dirrm
Notes
Notes: svn path=/head/; revision=78237
Diffstat (limited to 'databases/postgresql-docs')
-rw-r--r--databases/postgresql-docs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile
index 179a8f5d4963..0c50657a878e 100644
--- a/databases/postgresql-docs/Makefile
+++ b/databases/postgresql-docs/Makefile
@@ -31,6 +31,7 @@ post-install:
${ECHO} @dirrm $$dir >> ${TMPPLIST} ;\
done ;\
${ECHO} @dirrm share/doc/postgresql/html >> ${TMPPLIST} ;\
+ ${ECHO} @dirrm share/doc/postgresql >> ${TMPPLIST} ;\
${ECHO} '@unexec rmdir %D/share/postgresql 2> /dev/null || true' >> ${TMPPLIST}
.include <bsd.port.mk>