diff options
author | tron <tron@pkgsrc.org> | 1999-07-26 20:56:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-26 20:56:23 +0000 |
commit | da7bb6dd853f924f697504e9f7e062555f5705e8 (patch) | |
tree | 6d2274e238be8962dfe55c84c1a99a6d06caee48 /news/inn/Makefile | |
parent | 5f2ed25075f2b6b019cd31623cb78e6d7a5a58bc (diff) | |
download | pkgsrc-da7bb6dd853f924f697504e9f7e062555f5705e8.tar.gz |
Create configuration files in "${PREFIX}/etc/nntp" automatically so that
newsreaders like "nn" or "trn" can use them.
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index a9b2a3b5c02..88d35165a88 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/07/21 22:29:36 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/07/26 20:56:23 tron Exp $ DISTNAME= inn-2.2 CATEGORIES= news @@ -41,7 +41,7 @@ post-build: .endfor pre-install: - ${MKDIR} ${INN_DATA_DIR} + ${MKDIR} ${INN_DATA_DIR} ${PREFIX}/etc/nntp post-install: ${MKDIR} ${PREFIX}/share/examples/inn |