aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql91-docs
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-10-08 15:11:28 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-10-08 15:11:28 +0000
commit42bc424f618b6148fae4b6088ace14057513f0bc (patch)
tree950065fafc9374ef5ac291e71c9f3b3434f87377 /databases/postgresql91-docs
parenta46575cc6b74f2c79622412b76ba5fd931d9a326 (diff)
downloadports-42bc424f618b6148fae4b6088ace14057513f0bc.tar.gz
ports-42bc424f618b6148fae4b6088ace14057513f0bc.zip
Notes
Diffstat (limited to 'databases/postgresql91-docs')
-rw-r--r--databases/postgresql91-docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile
index 27f85ca7c219..505e9d5ffec6 100644
--- a/databases/postgresql91-docs/Makefile
+++ b/databases/postgresql91-docs/Makefile
@@ -41,6 +41,6 @@ post-install:
@(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type f) >> ${TMPPLIST}
@(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type d) | ${SORT} -r | \
${SED} 's,.*,@unexec rmdir %D/& 2>/dev/null || true,' >>${TMPPLIST}
-
+
.include "${MASTERDIR}/Makefile"