diff options
author | bapt <bapt@FreeBSD.org> | 2015-02-04 23:43:10 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-02-04 23:43:10 +0000 |
commit | ec2eff183f3efaa5bf70271feb6a6bbdcc172bbb (patch) | |
tree | 874bc707272155be03f3641ecf0089a0c7a04452 | |
parent | 441c8ed2aec73dba4e5e770b33e0a96552049ea8 (diff) | |
download | FreeBSD-ports-ec2eff183f3efaa5bf70271feb6a6bbdcc172bbb.zip FreeBSD-ports-ec2eff183f3efaa5bf70271feb6a6bbdcc172bbb.tar.gz |
Remove directories
-rw-r--r-- | devel/cppunit/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 90df7d3..e90e1d5 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -35,8 +35,6 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${FIND} ${WRKSRC}/doc/html -not -type d \ | ${SED} 's,^${WRKSRC}/doc/html,${DOCSDIR_REL},' >> ${TMPPLIST} - ${FIND} ${STAGEDIR}${PREFIX}/include/cppunit -type d | ${SORT} -r | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} ${INSTALL_MAN} ${WRKSRC}/doc/FAQ ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} |