diff options
author | reed <reed> | 2005-10-07 18:08:25 +0000 |
---|---|---|
committer | reed <reed> | 2005-10-07 18:08:25 +0000 |
commit | 6476e3247028ff4a6dc5a49651b7dfc9ce0a77af (patch) | |
tree | 30247eeaaeea5110d1d79601e21a1e38cdaacde8 /news/inn | |
parent | 9d385f34d97dd584794fe51dd15b0c5135ebf173 (diff) | |
download | pkgsrc-6476e3247028ff4a6dc5a49651b7dfc9ce0a77af.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.)
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 3 |
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 \ |