diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
commit | 42bc424f618b6148fae4b6088ace14057513f0bc (patch) | |
tree | 950065fafc9374ef5ac291e71c9f3b3434f87377 /databases/postgresql91-docs | |
parent | a46575cc6b74f2c79622412b76ba5fd931d9a326 (diff) | |
download | ports-42bc424f618b6148fae4b6088ace14057513f0bc.tar.gz ports-42bc424f618b6148fae4b6088ace14057513f0bc.zip |
Notes
Diffstat (limited to 'databases/postgresql91-docs')
-rw-r--r-- | databases/postgresql91-docs/Makefile | 2 |
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" |