pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvsutils Remove unused doc installation target.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/118e75fa0a0b
branches:  trunk
changeset: 547462:118e75fa0a0b
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Sep 17 00:14:23 2008 +0000

description:
Remove unused doc installation target.

diffstat:

 devel/cvsutils/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (18 lines):

diff -r db150a58a9b8 -r 118e75fa0a0b devel/cvsutils/Makefile
--- a/devel/cvsutils/Makefile   Tue Sep 16 23:06:19 2008 +0000
+++ b/devel/cvsutils/Makefile   Wed Sep 17 00:14:23 2008 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index