diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-29 16:29:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-29 16:29:09 +0000 |
commit | a78e6b6cb5a7bfec6ef163ab8d3bc6738b91091e (patch) | |
tree | 56f3e0ef5628a35ca08d5cd8802595284b3a0091 /news | |
parent | 6fdb64c6fd234d6a3b8f7954442583eb534e3ed0 (diff) | |
download | pkgsrc-a78e6b6cb5a7bfec6ef163ab8d3bc6738b91091e.tar.gz |
Apply another part of pkgsrc-wip/wip/newsx/news.inn.patch,
that was previously rejected (oops).
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 473df172117..6b5173e161b 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2003/07/29 16:27:26 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2003/07/29 16:29:09 wiz Exp $ DISTNAME= inn-${INN_VERSION} PKGREVISION= 1 @@ -18,15 +18,14 @@ PATCHFILES= inn-${INN_VERSION}-v6-20030327.diff.gz PATCH_DIST_STRIP= -p1 INN_VERSION= 2.3.5 -INN_DATA_DIR?= /var/news -INN_SPOOL?= ${INN_DATA_DIR}/spool +.include "Makefile.common" BUILD_DEFS+= INN_DATA_DIR FILES_SUBST+= INN_DATA_DIR=${INN_DATA_DIR} USE_BUILDLINK2= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -GNU_CONFIGURE_PREFIX= ${PREFIX}/inn +GNU_CONFIGURE_PREFIX= ${INN_PREFIX} CONFIGURE_ARGS+= --enable-setgid-inews \ --enable-uucp-rnews \ --mandir=${PREFIX}/man \ |