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 | 3aae1fd0a9b9d6b375e329ee0b2c40e01b12e330 (patch) | |
tree | ff9fcc8344bd21ea9d1135368fbaf1e431b87b59 /news | |
parent | 41cbb3ec86276657a8a56be5b65862465cba176d (diff) | |
download | pkgsrc-3aae1fd0a9b9d6b375e329ee0b2c40e01b12e330.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 \ |