Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)
This commit is contained in:
parent
321fecf455
commit
b8d2af837f
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.10 2011/02/28 14:52:46 wiz Exp $
|
# $NetBSD: Makefile,v 1.11 2012/05/29 21:22:19 cheusov Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= patchutils-0.3.0
|
DISTNAME= patchutils-0.3.0
|
||||||
|
@ -14,12 +14,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
DEPENDS+= patch-[0-9]*:../../devel/patch
|
DEPENDS+= patch-[0-9]*:../../devel/patch
|
||||||
|
|
||||||
BUILD_DEFS+= GNU_PROGRAM_PREFIX
|
|
||||||
|
|
||||||
USE_PKGLOCALEDIR= yes
|
USE_PKGLOCALEDIR= yes
|
||||||
USE_TOOLS+= perl:run
|
USE_TOOLS+= perl:run
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch
|
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/gpatch
|
||||||
|
|
||||||
REPLACE_BASH+= editdiff.in espdiff.in
|
REPLACE_BASH+= editdiff.in espdiff.in
|
||||||
USE_TOOLS+= bash:run
|
USE_TOOLS+= bash:run
|
||||||
|
|
Loading…
Reference in a new issue