Fri Feb 15 15:48:46 2008 UTC ()
MAKE_JOBS_SAFE=		no


(gdt)
diff -r1.26 -r1.27 pkgsrc/devel/rcs/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/devel/rcs/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/rcs/Makefile 2007/10/12 23:14:43 1.26
+++ pkgsrc/devel/rcs/Makefile 2008/02/15 15:48:46 1.27
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.26 2007/10/12 23:14:43 reed Exp $ 1# $NetBSD: Makefile,v 1.27 2008/02/15 15:48:46 gdt Exp $
2# 2#
3 3
4DISTNAME= rcs-5.7 4DISTNAME= rcs-5.7
5PKGREVISION= 3 5PKGREVISION= 3
6CATEGORIES= devel scm 6CATEGORIES= devel scm
7MASTER_SITES= ${MASTER_SITE_GNU:=rcs/} 7MASTER_SITES= ${MASTER_SITE_GNU:=rcs/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.cs.purdue.edu/homes/trinkle/RCS/ 10HOMEPAGE= http://www.cs.purdue.edu/homes/trinkle/RCS/
11COMMENT= GNU Revision Control System - version control software 11COMMENT= GNU Revision Control System - version control software
12 12
 13MAKE_JOBS_SAFE= no
 14
13.include "../../mk/bsd.prefs.mk" 15.include "../../mk/bsd.prefs.mk"
14.if ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" || ${OPSYS} == "AIX" 16.if ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" || ${OPSYS} == "AIX"
15DEPENDS+= diffutils>=2.7:../../devel/diffutils 17DEPENDS+= diffutils>=2.7:../../devel/diffutils
16CONFIGURE_ARGS+= --with-diffutils 18CONFIGURE_ARGS+= --with-diffutils
17# the native diff/diff3 is not sufficient for rcs 19# the native diff/diff3 is not sufficient for rcs
18TOOLS_PLATFORM.diff= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}diff 20TOOLS_PLATFORM.diff= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}diff
19.endif 21.endif
20 22
21GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
22CONFIGURE_ENV+= PATH=${LOCALBASE}/bin:"$$PATH" 24CONFIGURE_ENV+= PATH=${LOCALBASE}/bin:"$$PATH"
23CONFIGURE_HAS_MANDIR= no 25CONFIGURE_HAS_MANDIR= no
24 26
25post-install: 27post-install: