pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvsync Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24494948ada5
branches:  trunk
changeset: 474389:24494948ada5
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Wed Apr 28 10:18:36 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 devel/cvsync/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 19672645fc8f -r 24494948ada5 devel/cvsync/Makefile
--- a/devel/cvsync/Makefile     Wed Apr 28 08:16:44 2004 +0000
+++ b/devel/cvsync/Makefile     Wed Apr 28 10:18:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2004/04/25 05:21:05 snj Exp $
+# $NetBSD: Makefile,v 1.63 2004/04/28 10:18:36 uebayasi Exp $
 #
 
 DISTNAME=      cvsync-0.24.15
@@ -9,11 +9,15 @@
 HOMEPAGE=      http://www.cvsync.org/
 COMMENT=       Portable incremental cvs repository syncer
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        YES
 USE_PKGINSTALL=        YES
 USE_GNU_TOOLS+=        make
+INSTALLATION_DIRS=     bin man/man1
 
 MAKE_ENV+=     PTHREAD_TYPE=${PTHREAD_TYPE}
+MAKE_ENV+=     PTHREAD_PREFIX=${BUILDLINK_PREFIX.pthread}
 
 EGDIR=         ${PREFIX}/share/examples/cvsync
 CONF_FILES+=   ${EGDIR}/cvsync.conf ${PKG_SYSCONFDIR}/cvsync.conf



Home | Main Index | Thread Index | Old Index