diff options
author | obache <obache@pkgsrc.org> | 2010-12-31 07:57:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-12-31 07:57:14 +0000 |
commit | f42d1c4341622bdb0a1fbd4b64e7665c3c0c227d (patch) | |
tree | 9ccc2c1a4358dfc328c1f643ed30eeb9a0f7b08e /misc/jitterbug | |
parent | 81862321264f87269febf262078b315fbc9f362d (diff) | |
download | pkgsrc-f42d1c4341622bdb0a1fbd4b64e7665c3c0c227d.tar.gz |
This package is using GNU Configure script.
Changed to GNU_CONFIGURE=yes so that pksrc hooks for GNU Configure will be
invoked and fixes PR#44299.
Diffstat (limited to 'misc/jitterbug')
-rw-r--r-- | misc/jitterbug/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/jitterbug/Makefile b/misc/jitterbug/Makefile index 317113244f1..84109b5bc45 100644 --- a/misc/jitterbug/Makefile +++ b/misc/jitterbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/01/14 12:20:57 sketch Exp $ +# $NetBSD: Makefile,v 1.33 2010/12/31 07:57:14 obache Exp $ DISTNAME= jitterbug-1.6.2 PKGREVISION= 2 @@ -44,8 +44,7 @@ PKG_USERS= ${JB_USER}:${JB_GROUP} PKG_GROUPS_VARS+= JB_GROUP PKG_USERS_VARS+= JB_USER -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +GNU_CONFIGURE= yes MESSAGE_SUBST+= JB_USER=${JB_USER:Q} \ JB_PACKAGE=${JB_PACKAGE:Q} \ |