diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-23 03:54:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-23 03:54:30 +0000 |
commit | 0c6c7bc89b1bf52809f527fb30602b29098796a9 (patch) | |
tree | 09a605f86bee1c75c838b7e44281482c67b8d00d /news/inn/Makefile | |
parent | eaff811989fa1185ed7f7e8b6fb967e9e6a0887c (diff) | |
download | pkgsrc-0c6c7bc89b1bf52809f527fb30602b29098796a9.tar.gz |
Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 4203eec4c96..8e9d5311f54 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/04/20 18:18:50 cjep Exp $ +# $NetBSD: Makefile,v 1.33 2002/06/23 04:00:50 jlam Exp $ DISTNAME= inn-2.3.2 CATEGORIES= news @@ -19,9 +19,9 @@ PATCH_DIST_STRIP= -p1 INN_DATA_DIR?= /var/news USE_PERL5= YES -HAS_CONFIGURE= YES -CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM} --prefix=${PREFIX}/inn \ - --enable-setgid-inews \ +GNU_CONFIGURE= YES +GNU_CONFIGURE_PREFIX= ${PREFIX}/inn +CONFIGURE_ARGS+= --enable-setgid-inews \ --enable-uucp-rnews \ --mandir=${PREFIX}/man \ --with-perl --with-tmp-path=${INN_DATA_DIR}/tmp \ |