pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsup Fix path of FILESDIR and BUILD_DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad99bea4e919
branches:  trunk
changeset: 465777:ad99bea4e919
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jan 06 00:22:05 2004 +0000

description:
Fix path of FILESDIR and BUILD_DEPENDS.

diffstat:

 devel/cvsup/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f8e3a98b0082 -r ad99bea4e919 devel/cvsup/Makefile.common
--- a/devel/cvsup/Makefile.common       Tue Jan 06 00:16:38 2004 +0000
+++ b/devel/cvsup/Makefile.common       Tue Jan 06 00:22:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2004/01/06 00:08:06 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/01/06 00:22:05 xtraeme Exp $
 
 DISTNAME=      cvsup-snap-16.1h
 CATEGORIES=    devel net
@@ -12,7 +12,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-BUILD_DEPENDS= ezm3-*:../../lang/ezm3-${OPSYS}-${MACHINE_ARCH}
+BUILD_DEPENDS= ezm3>=1.1:../../lang/ezm3
 
 CONFLICTS=     cvsup-*
 MAKE_FLAGS+=   PREFIX=${PREFIX} M3FLAGS="${M3FLAGS}"
@@ -23,7 +23,7 @@
 DISTINFO_FILE= ${.CURDIR}/../../devel/cvsup/distinfo
 PLIST_SRC=     ${.CURDIR}/../../devel/cvsup/PLIST
 PATCHDIR=      ${.CURDIR}/../../devel/cvsup/patches
-FILESDIR=      ${.CURDIR}/../../devel/cvsup/files
+FILESDIR=      ${.CURDIR}/../../devel/cvsup-bin/files
 
 post-extract:
        @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.in



Home | Main Index | Thread Index | Old Index