summaryrefslogtreecommitdiff
path: root/devel/gps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gps/Makefile')
-rw-r--r--devel/gps/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gps/Makefile b/devel/gps/Makefile
index 3965faac108..d4d3ada284b 100644
--- a/devel/gps/Makefile
+++ b/devel/gps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2018/04/16 14:34:19 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2018/07/04 13:40:14 jperkin Exp $
DISTNAME= gps-${GPS_VERSION}
PKGREVISION= 17
@@ -33,11 +33,11 @@ WRKSRC= ${WRKDIR}/gps-release-ide-${GPS_VERSION}-src
CONFIGURE_ARGS+= --disable-shared --with-gmp=${PREFIX}
SUBST_CLASSES+= coll python
-SUBST_STAGE.coll= post-patch
+SUBST_STAGE.coll= pre-configure
SUBST_FILES.coll= gnatlib/src/gnatcoll_readline.gpr.in
SUBST_SED.coll= -e "s|@PREFIX@|${PREFIX}|g"
SUBST_SED.coll+= -e "s|-rpath|${LINKER_RPATH_FLAG}|g"
-SUBST_STAGE.python= post-patch
+SUBST_STAGE.python= pre-configure
SUBST_FILES.python= share/plug-ins/gps_utils/console_process.py
SUBST_SED.python= -e "s|/usr/bin/python|${PYTHONBIN}|"