summaryrefslogtreecommitdiff
path: root/devel/cvsutils
diff options
context:
space:
mode:
authorbjs <bjs>2008-09-17 00:14:23 +0000
committerbjs <bjs>2008-09-17 00:14:23 +0000
commite81a9472df6eb3df844429c1ec1684f33194b79f (patch)
treeea6783cc92fc4bf9a637c6c05b82e519efdab4bc /devel/cvsutils
parent43b5894a7be142c93ea9e6a6b6a6aa33a672903d (diff)
downloadpkgsrc-e81a9472df6eb3df844429c1ec1684f33194b79f.tar.gz
Remove unused doc installation target.
Diffstat (limited to 'devel/cvsutils')
-rw-r--r--devel/cvsutils/Makefile6
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"