summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorjlam <jlam>2002-06-23 03:54:30 +0000
committerjlam <jlam>2002-06-23 03:54:30 +0000
commitcd074a9e0bb5e53b57f7a6dccd1bffa8d2e2e39e (patch)
tree09a605f86bee1c75c838b7e44281482c67b8d00d /news/inn
parent5fd3a6fe22c6df9d4abe6f1a44f52e9840bc8330 (diff)
downloadpkgsrc-cd074a9e0bb5e53b57f7a6dccd1bffa8d2e2e39e.tar.gz
Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile8
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 \