diff options
-rw-r--r-- | devel/cvsutils/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/cvsutils/Makefile b/devel/cvsutils/Makefile index cd6454a4325..f682e7d38c2 100644 --- a/devel/cvsutils/Makefile +++ b/devel/cvsutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/11 05:01:08 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2008/09/17 00:14:23 bjs Exp $ # DISTNAME= cvsutils-0.2.5 @@ -17,8 +17,4 @@ USE_TOOLS+= perl:run REPLACE_PERL= *.pl REPLACE_SH= *.sh -post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} &&\ cd ${WRKSRC} && \ - ${INSTALL_DATA} README NEWS ${DESTDIR}${DOCDIR} - .include "../../mk/bsd.pkg.mk" |