summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorapb <apb>2008-07-30 15:22:02 +0000
committerapb <apb>2008-07-30 15:22:02 +0000
commit2f0db50c543f58f7760a7fafd0cd843ed702147d (patch)
treeb74f9f87566cdcf50134acacdf21127a824613c0 /devel
parentf246f482323f8a3abdb2624fb8fed9c593b558e5 (diff)
downloadpkgsrc-2f0db50c543f58f7760a7fafd0cd843ed702147d.tar.gz
Install cvs2svn-example.options in ${PREFIX}/share/examples/cvs2svn/.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs2svn/Makefile7
-rw-r--r--devel/cvs2svn/PLIST4
2 files changed, 8 insertions, 3 deletions
diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile
index 1d3cd301e31..fc216341107 100644
--- a/devel/cvs2svn/Makefile
+++ b/devel/cvs2svn/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2008/01/26 09:40:56 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2008/07/30 15:22:02 apb Exp $
DISTNAME= cvs2svn-2.0.1
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/39919/
@@ -20,10 +20,13 @@ PYTHON_PATCH_SCRIPTS= run-tests.py
# to resort on GNU sort from coreutils may be required.
INSTALLATION_DIRS+= share/doc/cvs2svn
+INSTALLATION_DIRS+= share/examples/cvs2svn
post-install:
cd ${WRKSRC}/www && \
${INSTALL_DATA} *.html ${PREFIX}/share/doc/cvs2svn
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} cvs2svn-example.options ${PREFIX}/share/examples/cvs2svn
do-test:
cd ${WRKSRC} && ./run-tests.py
diff --git a/devel/cvs2svn/PLIST b/devel/cvs2svn/PLIST
index 7a675381f70..e8e0d3fd3e1 100644
--- a/devel/cvs2svn/PLIST
+++ b/devel/cvs2svn/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2008/02/09 13:09:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/07/30 15:22:02 apb Exp $
bin/cvs2svn
${PYSITELIB}/cvs2svn_lib/__init__.py
${PYSITELIB}/cvs2svn_lib/__init__.pyc
@@ -192,6 +192,8 @@ share/doc/cvs2svn/index.html
share/doc/cvs2svn/issue_tracker.html
share/doc/cvs2svn/project_license.html
share/doc/cvs2svn/project_tools.html
+share/examples/cvs2svn/cvs2svn-example.options
+@dirrm share/examples/cvs2svn
@dirrm share/doc/cvs2svn
@dirrm ${PYSITELIB}/cvs2svn_lib
@dirrm ${PYSITELIB}/cvs2svn_rcsparse