summaryrefslogtreecommitdiff
path: root/news/inn/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-29 16:29:09 +0000
committerwiz <wiz>2003-07-29 16:29:09 +0000
commitd1e4d8ba1e668bcc66dbe757869b14c9e8e6b399 (patch)
tree56f3e0ef5628a35ca08d5cd8802595284b3a0091 /news/inn/Makefile
parentc24ffb6ffabe77cb3b44adfb7a68af55ec088b0c (diff)
downloadpkgsrc-d1e4d8ba1e668bcc66dbe757869b14c9e8e6b399.tar.gz
Apply another part of pkgsrc-wip/wip/newsx/news.inn.patch,
that was previously rejected (oops).
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r--news/inn/Makefile7
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 \