pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/prcs Fix one more reference to build directories...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e3fda5cfb568
branches: trunk
changeset: 496213:e3fda5cfb568
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 17:53:22 2005 +0000
description:
Fix one more reference to build directories missed in the last commit.
While here, change the CONFIGURE_ENV to use the variables users
are supposed to set, rather than the autoconf cache variables.
Bump PKGREVISION.
diffstat:
devel/prcs/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r 9d9fe6bb859b -r e3fda5cfb568 devel/prcs/Makefile
--- a/devel/prcs/Makefile Fri Jun 24 17:35:06 2005 +0000
+++ b/devel/prcs/Makefile Fri Jun 24 17:53:22 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2005/06/23 17:56:17 kristerw Exp $
+# $NetBSD: Makefile,v 1.35 2005/06/24 17:53:22 kristerw Exp $
DISTNAME= prcs-1.3.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prcs/}
@@ -14,9 +14,10 @@
INFO_FILES= prcs.info
USE_LANGUAGES= c c++
CONFIGURE_ENV+= EMACS=no
-CONFIGURE_ENV+= ac_cv_path_SYS_TAR_COMMAND_PATH="${TOOLS_TAR}"
-CONFIGURE_ENV+= ac_cv_path_SYS_LS_COMMAND_PATH="${TOOLS_LS}"
-USE_TOOLS+= ls tar
+CONFIGURE_ENV+= SYS_GDIFF_COMMAND_PATH="${TOOLS_DIFF}"
+CONFIGURE_ENV+= SYS_TAR_COMMAND_PATH="${TOOLS_TAR}"
+CONFIGURE_ENV+= SYS_LS_COMMAND_PATH="${TOOLS_LS}"
+USE_TOOLS+= diff ls tar
GCC_REQD= 3.0
Home |
Main Index |
Thread Index |
Old Index