summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-12-27 17:45:40 +0000
committerreed <reed@pkgsrc.org>2005-12-27 17:45:40 +0000
commitbe54633317f0ce7ef3b71bde92e5ea9b0dc4956a (patch)
tree58851cb851b31c82b51afeafc024acb97ed4d363 /news/inn
parentfa4a3fec7bf610953611b039142225e1efeeab96 (diff)
downloadpkgsrc-be54633317f0ce7ef3b71bde92e5ea9b0dc4956a.tar.gz
Use VARBASE instead of hardcoded "/var" for the INN_DATA_DIR.
Okayed by maintainer.
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile.common b/news/inn/Makefile.common
index f0e99a5d46c..134c9e4e65a 100644
--- a/news/inn/Makefile.common
+++ b/news/inn/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.1 2003/07/29 16:27:26 wiz Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/12/27 17:45:40 reed Exp $
#
INN_PREFIX?= ${PREFIX}/inn
-INN_DATA_DIR?= /var/news
+INN_DATA_DIR?= ${VARBASE}/news
INN_SPOOL?= ${INN_DATA_DIR}/spool