pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/colorit fix PLIST issue caused by CVS directory
details: https://anonhg.NetBSD.org/pkgsrc/rev/6832d8812269
branches: trunk
changeset: 603754:6832d8812269
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Sat May 12 17:20:47 2012 +0000
description:
fix PLIST issue caused by CVS directory
diffstat:
textproc/colorit/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 22b0d6cb2bc9 -r 6832d8812269 textproc/colorit/Makefile
--- a/textproc/colorit/Makefile Sat May 12 15:43:47 2012 +0000
+++ b/textproc/colorit/Makefile Sat May 12 17:20:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/05/12 15:15:35 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2012/05/12 17:20:47 cheusov Exp $
.include "../../textproc/dict-server/Makefile.common"
@@ -28,6 +28,7 @@
${INSTALL_SCRIPT} colorit ${DESTDIR}${PREFIX}/bin; \
${INSTALL_MAN} colorit.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; \
cp ${.CURDIR}/files/colorit_* ${DESTDIR}${EGDIR}/; \
- cp -R ${.CURDIR}/files/.colorit.d ${DESTDIR}${EGDIR}/
+ cp -R ${.CURDIR}/files/.colorit.d ${DESTDIR}${EGDIR}/; \
+ rm -rf ${DESTDIR}${EGDIR}/.colorit.d/CVS
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index