Fix the path to mkdir in the installed Makefile.global.
Bump PKGREVISION
This commit is contained in:
parent
2dd96fa0e4
commit
292de84bce
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2012/03/22 14:46:29 hans Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2012/05/12 07:17:34 sbd Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/90-client-/}
|
||||
PKGREVISION= 1
|
||||
COMMENT= PostgreSQL database client programs
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
@ -58,9 +59,9 @@ SUBST_MESSAGE.pgxs= Fixing workdir tools references in pgxs Makefile
|
|||
SUBST_FILES.pgxs= src/Makefile.global
|
||||
SUBST_SED.pgxs= -e 's,${TOOLS_CMD.bison},${TOOLS_PATH.bison},'
|
||||
SUBST_SED.pgxs+= -e 's,${TOOLS_CMD.lex},${TOOLS_PATH.lex},'
|
||||
SUBST_SED.pgxs+= -e 's,${TOOLS_CMD.mkdir},${TOOLS_PATH.mkdir},'
|
||||
SUBST_SED.pgxs+= -e 's,${WRKDIR}/.wrapper/bin/ld,${LD},'
|
||||
SUBST_SED.pgxs+= -e 's,${WRKDIR}/.wrapper,${PREFIX},'
|
||||
SUBST_SED.pgxs+= -e 's,${PREFIX}/bin/mkdir,${MKDIR:[1]},'
|
||||
SUBST_SED.pgxs+= -e 's,${WRKSRC},/dev/null,'
|
||||
|
||||
.if !empty(PG_SUBPREFIX)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2012/03/22 14:46:29 hans Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2012/05/12 07:17:34 sbd Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/91-client-/}
|
||||
PKGREVISION= 1
|
||||
COMMENT= PostgreSQL database client programs
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
@ -54,9 +55,9 @@ SUBST_MESSAGE.pgxs= Fixing workdir tools references in pgxs Makefile
|
|||
SUBST_FILES.pgxs= src/Makefile.global
|
||||
SUBST_SED.pgxs= -e 's,${TOOLS_CMD.bison},${TOOLS_PATH.bison},'
|
||||
SUBST_SED.pgxs+= -e 's,${TOOLS_CMD.lex},${TOOLS_PATH.lex},'
|
||||
SUBST_SED.pgxs+= -e 's,${TOOLS_CMD.mkdir},${TOOLS_PATH.mkdir},'
|
||||
SUBST_SED.pgxs+= -e 's,${WRKDIR}/.wrapper/bin/ld,${LD},'
|
||||
SUBST_SED.pgxs+= -e 's,${WRKDIR}/.wrapper,${PREFIX},'
|
||||
SUBST_SED.pgxs+= -e 's,${PREFIX}/bin/mkdir,${MKDIR:[1]},'
|
||||
SUBST_SED.pgxs+= -e 's,${WRKSRC},/dev/null,'
|
||||
|
||||
INSTALLATION_DIRS+= lib/postgresql/pgxs
|
||||
|
|
Loading…
Reference in a new issue