summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-02 19:03:20 +0000
committerjoerg <joerg>2006-03-02 19:03:20 +0000
commite4d8efa37a04f25856fcd5211f55ba9815a27661 (patch)
treeff9fcc8344bd21ea9d1135368fbaf1e431b87b59 /news
parent88ba09e4b87d94dd78bd2cd495a239038e62e64c (diff)
downloadpkgsrc-e4d8efa37a04f25856fcd5211f55ba9815a27661.tar.gz
Explicitly set GNU_CONFIGURE_MANDIR to ${PREFIX}/${PKGMANDIR}.
Diffstat (limited to 'news')
-rw-r--r--news/inn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 58063da6ea2..ab6bc3c2707 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2006/01/04 10:32:40 tron Exp $
+# $NetBSD: Makefile,v 1.78 2006/03/02 19:03:20 joerg Exp $
DISTNAME= inn-2.4.1
PKGREVISION= 8
@@ -20,6 +20,7 @@ FILES_SUBST+= INN_DATA_DIR=${INN_DATA_DIR:Q}
GNU_CONFIGURE= YES
GNU_CONFIGURE_PREFIX= ${INN_PREFIX}
+GNU_CONFIGURE_MANDIR= ${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --enable-setgid-inews \
--enable-uucp-rnews \
--with-perl \