summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-10-07 18:08:25 +0000
committerreed <reed@pkgsrc.org>2005-10-07 18:08:25 +0000
commitfc41c43ad61c1b1c5086041264120d2bec364b4b (patch)
tree30247eeaaeea5110d1d79601e21a1e38cdaacde8
parenta96d490c9d8f036316b63d0b40e8833f1cbf95b4 (diff)
downloadpkgsrc-fc41c43ad61c1b1c5086041264120d2bec364b4b.tar.gz
Remove the --mandir CONFIGURE_ARGS setting as this is now done
for GNU_CONFIGURE automatically. (This has been in my personal pkgsrc for a while.)
-rw-r--r--news/inn/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 0fef21acae4..4ba4b4ca473 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2005/09/22 15:38:39 tron Exp $
+# $NetBSD: Makefile,v 1.72 2005/10/07 18:08:25 reed Exp $
DISTNAME= inn-2.4.1
PKGREVISION= 8
@@ -23,7 +23,6 @@ GNU_CONFIGURE= YES
GNU_CONFIGURE_PREFIX= ${INN_PREFIX}
CONFIGURE_ARGS+= --enable-setgid-inews \
--enable-uucp-rnews \
- --mandir=${PREFIX}/man \
--with-perl \
--with-openssl=${SSLBASE} \
--with-tmp-dir=${INN_DATA_DIR}/tmp \