diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-09-22 17:59:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-09-22 17:59:11 +0000 |
commit | f5db804514f8af74a3f2316c9452147d08a08801 (patch) | |
tree | 35b14f57a428b424f6fe0758574863f5ef4188f3 /devel | |
parent | 85abfeee859878858d41c3e8113ed4c5b6e17598 (diff) | |
download | pkgsrc-f5db804514f8af74a3f2316c9452147d08a08801.tar.gz |
Install the scripts in contrib. From Hauke Fath's request in PR pkg/36990.
Bump PKGREVISION to 1.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/monotone/Makefile | 6 | ||||
-rw-r--r-- | devel/monotone/PLIST | 30 |
2 files changed, 34 insertions, 2 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 09042576d7a..bf6e2e99b40 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2007/08/03 18:01:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.42 2007/09/22 17:59:11 jmmv Exp $ # DISTNAME= monotone-0.36 +PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= http://monotone.ca/downloads/0.36/ @@ -33,6 +34,9 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/monotone + cd ${WRKSRC} && pax -rw -pp -pm contrib \ + ${DESTDIR}${PREFIX}/share/monotone cd ${WRKSRC} && pax -rw -pp -pm figures/*.png \ ${DESTDIR}${PREFIX}/share/doc/monotone diff --git a/devel/monotone/PLIST b/devel/monotone/PLIST index 0cf582cd9bf..169900e41b8 100644 --- a/devel/monotone/PLIST +++ b/devel/monotone/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2007/07/05 23:20:49 rillig Exp $ +@comment $NetBSD: PLIST,v 1.11 2007/09/22 17:59:11 jmmv Exp $ bin/mtn info/monotone.info share/doc/monotone/figures/branch-heads.png @@ -28,5 +28,33 @@ share/locale/it/LC_MESSAGES/monotone.mo share/locale/ja/LC_MESSAGES/monotone.mo share/locale/pt_BR/LC_MESSAGES/monotone.mo share/locale/sv/LC_MESSAGES/monotone.mo +share/monotone/contrib/.deps/usher.Po +share/monotone/contrib/README +share/monotone/contrib/ciabot_monotone.py +share/monotone/contrib/ciabot_monotone_hookversion.py +share/monotone/contrib/color-logs.conf +share/monotone/contrib/color-logs.sh +share/monotone/contrib/colorize +share/monotone/contrib/edit_comment_from_changelog.lua +share/monotone/contrib/get_passphrase_from_file.lua +share/monotone/contrib/get_stdio.pl +share/monotone/contrib/monoprof.sh +share/monotone/contrib/monotone-buildbot-notification.lua +share/monotone/contrib/monotone-cluster-push.lua +share/monotone/contrib/monotone-cvs-ignore.lua +share/monotone/contrib/monotone-log-of-pulled-revs-hook.lua +share/monotone/contrib/monotone-mirror.lua +share/monotone/contrib/monotone-nav.el +share/monotone/contrib/monotone-notify-hookversion.lua +share/monotone/contrib/monotone-notify.pl +share/monotone/contrib/monotone-run-script-post-netsync.lua +share/monotone/contrib/monotone.bash_completion +share/monotone/contrib/monotone.el +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 @dirrm share/doc/monotone |