diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-29 16:27:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-29 16:27:26 +0000 |
commit | 6fdb64c6fd234d6a3b8f7954442583eb534e3ed0 (patch) | |
tree | 2e83c4e9646ee45649bc33d9d0fea6528ecc9b59 /news/inn/Makefile.common | |
parent | 3db7821d8d64acd69f7b1904c7174b6e72984d6a (diff) | |
download | pkgsrc-6fdb64c6fd234d6a3b8f7954442583eb534e3ed0.tar.gz |
Apply patch pkgsrc-wip/newsx/news.inn.patch:
Install header files for other packages (in particular, newsx).
Bump PKGREVISION.
Approved by tron@
Diffstat (limited to 'news/inn/Makefile.common')
-rw-r--r-- | news/inn/Makefile.common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/news/inn/Makefile.common b/news/inn/Makefile.common new file mode 100644 index 00000000000..f0e99a5d46c --- /dev/null +++ b/news/inn/Makefile.common @@ -0,0 +1,6 @@ +# $NetBSD: Makefile.common,v 1.1 2003/07/29 16:27:26 wiz Exp $ +# + +INN_PREFIX?= ${PREFIX}/inn +INN_DATA_DIR?= /var/news +INN_SPOOL?= ${INN_DATA_DIR}/spool |