summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorreed <reed>2005-12-27 17:45:40 +0000
committerreed <reed>2005-12-27 17:45:40 +0000
commita6fa203b14a47c452a10267afeea57242a651cea (patch)
tree58851cb851b31c82b51afeafc024acb97ed4d363 /news
parent2767087cdf1b42d1a6d2e0b05b23c381a4819457 (diff)
downloadpkgsrc-a6fa203b14a47c452a10267afeea57242a651cea.tar.gz
Use VARBASE instead of hardcoded "/var" for the INN_DATA_DIR.
Okayed by maintainer.
Diffstat (limited to 'news')
-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