diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-02 19:03:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-02 19:03:20 +0000 |
commit | 4376f2c2f5b5d136e6345be79197846addeb9c1b (patch) | |
tree | ff9fcc8344bd21ea9d1135368fbaf1e431b87b59 /news | |
parent | f4b27f1f2d437f7aadc55961ef9433ed3037cd38 (diff) | |
download | pkgsrc-4376f2c2f5b5d136e6345be79197846addeb9c1b.tar.gz |
Explicitly set GNU_CONFIGURE_MANDIR to ${PREFIX}/${PKGMANDIR}.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 3 |
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 \ |