summaryrefslogtreecommitdiff
path: root/devel/cvsync/Makefile
diff options
context:
space:
mode:
authorgehenna <gehenna@pkgsrc.org>2004-04-17 03:25:47 +0000
committergehenna <gehenna@pkgsrc.org>2004-04-17 03:25:47 +0000
commit4ed8ed5646d47cc620b7c42c84ecfdd1eb65681b (patch)
treed6c9a99a4a5b871bd097f33c85e9eab34ef9255e /devel/cvsync/Makefile
parent2f9cb917a5a0d73487cf0e7ef1488da810e16c92 (diff)
downloadpkgsrc-4ed8ed5646d47cc620b7c42c84ecfdd1eb65681b.tar.gz
cvsync 0.24.15
Changes: * Make this compile with TenDRA. * Make this compile on Solaris7. * New utility: cvsync2cvsup This converts a scanfile from the cvsync style to the CVSup(R) style. It is useful for mirror maintainers to distribute the CVS repositories via both CVSup and CVSync protocols. * Improve robustness. (client)
Diffstat (limited to 'devel/cvsync/Makefile')
-rw-r--r--devel/cvsync/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile
index c71ce768bb4..c3add3c8704 100644
--- a/devel/cvsync/Makefile
+++ b/devel/cvsync/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2004/04/09 01:06:23 gehenna Exp $
+# $NetBSD: Makefile,v 1.61 2004/04/17 03:25:47 gehenna Exp $
#
-DISTNAME= cvsync-0.24.14
-PKGREVISION= 1
+DISTNAME= cvsync-0.24.15
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/
@@ -22,9 +21,9 @@ CONF_FILES+= ${EGDIR}/cvsync.conf ${PKG_SYSCONFDIR}/cvsync.conf
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-FreeBSD.conf ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-NetBSD.conf ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-OpenBSD.conf ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${EGDIR}
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"