summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2015-11-01 14:24:45 +0000
committertnn <tnn>2015-11-01 14:24:45 +0000
commit32616e01c9008c34e90759dc674f3f3e3a54a8ba (patch)
treee7e18c6d3e429e05844682b6bfb288c457548929
parent29248b3de8d052424869887f1c607b43b2492b34 (diff)
downloadpkgsrc-32616e01c9008c34e90759dc674f3f3e3a54a8ba.tar.gz
GNU_CONFIGURE=yes must be set before bsd.prefs.mk is included.
Also LOCALBASE -> PREFIX
-rw-r--r--devel/rcs/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile
index 6678e3ec001..4f243fc36e3 100644
--- a/devel/rcs/Makefile
+++ b/devel/rcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2015/07/29 12:21:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2015/11/01 14:24:45 tnn Exp $
DISTNAME= rcs-5.9.4
CATEGORIES= devel scm
@@ -10,6 +10,7 @@ HOMEPAGE= http://www.cs.purdue.edu/homes/trinkle/RCS/
COMMENT= GNU Revision Control System - version control software
LICENSE= gnu-gpl-v3
+GNU_CONFIGURE= yes
USE_TOOLS+= gmake gsoelim
.include "../../mk/bsd.prefs.mk"
@@ -17,12 +18,9 @@ USE_TOOLS+= gmake gsoelim
DEPENDS+= diffutils>=2.7:../../devel/diffutils
CONFIGURE_ARGS+= --with-diffutils
# the native diff/diff3 is not sufficient for rcs
-TOOLS_PLATFORM.diff= ${LOCALBASE}/bin/gdiff
+TOOLS_PLATFORM.diff= ${PREFIX}/bin/gdiff
.endif
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= PATH=${LOCALBASE}/bin:"$$PATH"
-
REPLACE_SH= build-aux/extract-help
INFO_FILES= yes