diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cstore/Makefile | 4 | ||||
-rw-r--r-- | databases/mysqltuner/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/Makefile.common | 4 | ||||
-rw-r--r-- | databases/pgbuildfarm/Makefile | 4 | ||||
-rw-r--r-- | databases/poco-data-mysql/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/databases/cstore/Makefile b/databases/cstore/Makefile index 8413c1ec02c..1fa055aac1a 100644 --- a/databases/cstore/Makefile +++ b/databases/cstore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/01/19 18:52:04 agc Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/04 13:40:12 jperkin Exp $ DISTNAME= cstore0.2 PKGNAME= cstore-0.2 @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/cstore REPLACE_PERL= Build/BSsrcs SUBST_CLASSES+= prefix -SUBST_STAGE.prefix= post-patch +SUBST_STAGE.prefix= pre-configure SUBST_FILES.prefix= Build/makefile.init SUBST_SED.prefix= -e 's|@PREFIX@|'${PREFIX}'|g' diff --git a/databases/mysqltuner/Makefile b/databases/mysqltuner/Makefile index d12bb9faaa0..4c3ce89bfeb 100644 --- a/databases/mysqltuner/Makefile +++ b/databases/mysqltuner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/01/16 12:43:17 mef Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/04 13:40:12 jperkin Exp $ GITHUB_PROJECT= MySQLTuner-perl DISTNAME= 1.7.2 @@ -25,7 +25,7 @@ SUBST_CLASSES+= docdir SUBST_FILES.docdir= mysqltuner.pl SUBST_MESSAGE.docdir= Fixing DOCDIR. SUBST_SED.docdir= -e "s|/usr/share/mysqltuner|${PREFIX}/${PKGDOCDIR}|1" -SUBST_STAGE.docdir= post-patch +SUBST_STAGE.docdir= pre-configure INSTALLATION_DIRS+= bin ${PKGDOCDIR} diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common index beddd3964f6..8d5f61ae67c 100644 --- a/databases/openldap/Makefile.common +++ b/databases/openldap/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2018/04/21 13:38:04 wiz Exp $ +# $NetBSD: Makefile.common,v 1.41 2018/07/04 13:40:12 jperkin Exp $ # # used by databases/openldap-client/Makefile # used by databases/openldap-cloak/Makefile @@ -50,7 +50,7 @@ PKG_USERS_VARS+= SLAPD_USER # the internal avl_* prototypes conflict with those in <sys/avl.h> which # is included by another system header file on Solaris, so subst them. SUBST_CLASSES.SunOS+= conflict -SUBST_STAGE.conflict= post-patch +SUBST_STAGE.conflict= pre-configure SUBST_FILES.conflict= ${WRKSRC}/*/*.h SUBST_FILES.conflict+= ${WRKSRC}/*/*/*.c ${WRKSRC}/*/*/*/*.c SUBST_SED.conflict+= -e 's,avl_free,openldap_avl_free,g' diff --git a/databases/pgbuildfarm/Makefile b/databases/pgbuildfarm/Makefile index 4779b6f3f0a..99cc235707e 100644 --- a/databases/pgbuildfarm/Makefile +++ b/databases/pgbuildfarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/07/09 06:38:01 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/04 13:40:13 jperkin Exp $ DISTNAME= build-farm-4_15_1 PKGNAME= ${DISTNAME:S/build-farm/pgbuildfarm/:S/_/./g} @@ -29,7 +29,7 @@ CONF_FILES= ${EGDIR}/build-farm.conf \ PKG_SYSCONFSUBDIR= pgbuildfarm SUBST_CLASSES+= conf -SUBST_STAGE.conf= post-patch +SUBST_STAGE.conf= pre-configure SUBST_FILES.conf= setnotes.pl update_personality.pl PGBuild/Options.pm SUBST_SED.conf= -e 's,build-farm.conf,${PKG_SYSCONFDIR}/build-farm.conf,' SUBST_MESSAGE.conf= Fixing default value for build-farm.conf diff --git a/databases/poco-data-mysql/Makefile b/databases/poco-data-mysql/Makefile index 202e889178c..c13722d3bba 100644 --- a/databases/poco-data-mysql/Makefile +++ b/databases/poco-data-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/03/05 11:27:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2018/07/04 13:40:13 jperkin Exp $ # PKGNAME= poco-data-mysql-${POCO_VERSION} @@ -31,7 +31,7 @@ do-install: SUBST_CLASSES+= paths SUBST_MESSAGE.paths= pkgsrc-izing paths -SUBST_STAGE.paths= post-patch +SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= Data/MySQL/Makefile SUBST_SED.paths= -e 's,@MYSQLLIBDIR@,${BUILDLINK_DIR}/${BUILDLINK_LIBDIRS.mysql-client},g' SUBST_SED.paths+= -e 's,@MYSQLINCDIR@,${BUILDLINK_DIR}/${BUILDLINK_INCDIRS.mysql-client},g' |