pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/monotone Remove contrib/.deps from PLIST, do not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dcc01d401528
branches: trunk
changeset: 533890:dcc01d401528
user: bjs <bjs%pkgsrc.org@localhost>
date: Fri Oct 05 22:41:36 2007 +0000
description:
Remove contrib/.deps from PLIST, do not install anything from .deps; bump rev
diffstat:
devel/monotone/Makefile | 7 ++++---
devel/monotone/PLIST | 3 +--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (41 lines):
diff -r a6e5c96af471 -r dcc01d401528 devel/monotone/Makefile
--- a/devel/monotone/Makefile Fri Oct 05 22:31:43 2007 +0000
+++ b/devel/monotone/Makefile Fri Oct 05 22:41:36 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2007/10/03 11:03:21 bjs Exp $
+# $NetBSD: Makefile,v 1.44 2007/10/05 22:41:36 bjs Exp $
#
DISTNAME= monotone-0.36
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel scm
MASTER_SITES= http://monotone.ca/downloads/0.36/
@@ -35,7 +35,8 @@
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/monotone
- cd ${WRKSRC} && pax -rw -pp -pm contrib \
+ cd ${WRKSRC} && rm -rf contrib/.deps && \
+ pax -rw -pp -pm contrib \
${DESTDIR}${PREFIX}/share/monotone
cd ${WRKSRC} && pax -rw -pp -pm figures/*.png \
${DESTDIR}${PREFIX}/share/doc/monotone
diff -r a6e5c96af471 -r dcc01d401528 devel/monotone/PLIST
--- a/devel/monotone/PLIST Fri Oct 05 22:31:43 2007 +0000
+++ b/devel/monotone/PLIST Fri Oct 05 22:41:36 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2007/10/03 11:03:21 bjs Exp $
+@comment $NetBSD: PLIST,v 1.13 2007/10/05 22:41:36 bjs Exp $
bin/mtn
info/monotone.info
share/doc/monotone/figures/branch-heads.png
@@ -52,7 +52,6 @@
share/monotone/contrib/monotone.zsh_completion
share/monotone/contrib/mtbrowse.sh
share/monotone/contrib/usher.cc
-@dirrm share/monotone/contrib/.deps
@dirrm share/monotone/contrib
@dirrm share/monotone
@dirrm share/doc/monotone/figures
Home |
Main Index |
Thread Index |
Old Index