diff options
author | reed <reed@pkgsrc.org> | 2005-12-27 17:45:40 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-27 17:45:40 +0000 |
commit | a172cd566152884d5dd3a497a33e2f98215a9b59 (patch) | |
tree | 58851cb851b31c82b51afeafc024acb97ed4d363 /news | |
parent | 616dc3d92df0a60d80d86651b839d83b25d76e1d (diff) | |
download | pkgsrc-a172cd566152884d5dd3a497a33e2f98215a9b59.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.common | 4 |
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 |