diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-22 17:42:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-22 17:42:03 +0800 |
commit | 1ed2ddf94636030338a6ba4c9023a36c1d5c0075 (patch) | |
tree | a010333f546f9c26ef5f959fed905ea77f69d252 /Mk | |
parent | dca7f9817fe4241290c1fb1b10c9fd1af4545f94 (diff) | |
download | freebsd-ports-graphics-1ed2ddf94636030338a6ba4c9023a36c1d5c0075.tar.gz freebsd-ports-graphics-1ed2ddf94636030338a6ba4c9023a36c1d5c0075.tar.zst freebsd-ports-graphics-1ed2ddf94636030338a6ba4c9023a36c1d5c0075.zip |
Remove @dirrmtry from PORTSDOC code it is now automatic
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b58dc627e3d..5917fad832b 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5168,9 +5168,6 @@ add-plist-docs: .endfor @${FIND} -P ${PORTDOCS:S/^/${STAGEDIR}${DOCSDIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} - @${FIND} -P -d ${PORTDOCS:C,/[^/]*[*?\[][^/]*$,,:S/^/${STAGEDIR}${DOCSDIR}\//} -type d 2>/dev/null | \ - ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dirrm ,p' >> ${TMPPLIST} - @${ECHO_CMD} "@dirrm ${DOCSDIR_REL}" >> ${TMPPLIST} .endif .endif |