aboutsummaryrefslogtreecommitdiff
path: root/finance/libofx
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-13 14:32:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-13 14:32:39 +0000
commit1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd (patch)
tree22a87d3317beee8f02c7861d098cdd324706acc8 /finance/libofx
parent2c6ccacf072eec2e4c8e84910b70d7ac40e99798 (diff)
downloadports-1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd.tar.gz
ports-1ef6c2804f185fadc52954b7749ee3cf0c5ba5bd.zip
Cleanup plist
Notes
Notes: svn path=/head/; revision=372523
Diffstat (limited to 'finance/libofx')
-rw-r--r--finance/libofx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index 3bfd2ccbc131..1305a5f8b0d9 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -35,8 +35,8 @@ post-install:
.if ${PORT_OPTIONS:MDOXYGEN}
@${FIND} -P ${STAGEDIR}${DOCSDIR}/html -type f 2>/dev/null | \
${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST}
- @${FIND} -P -d ${STAGEDIR}${DOCSDIR}/ -type d 2>/dev/null | \
- ${SED} -ne 's|^${STAGEDIR}${PREFIX}/|@dirrmtry |p' >> ${TMPPLIST}
+ @${FIND} -P -d ${STAGEDIR}${DOCSDIR}/ -type d -empty 2>/dev/null | \
+ ${SED} -ne 's|^${STAGEDIR}${PREFIX}/|@dir |p' >> ${TMPPLIST}
.endif
.include <bsd.port.mk>