summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2001-10-20 17:31:44 +0000
committerveego <veego@pkgsrc.org>2001-10-20 17:31:44 +0000
commitc495a2602619f089da1e6f1a060f89d744c5aff8 (patch)
tree6451dd2ee9032b344440f3a227e8def29de146ae /news/inn
parentee9546fe7235104b8122dfc32e6e75030f9bebe1 (diff)
downloadpkgsrc-c495a2602619f089da1e6f1a060f89d744c5aff8.tar.gz
Ups, forgot an \ at the end of a line.
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 3299c82adb3..e908d82e73d 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2001/10/19 09:17:11 veego Exp $
+# $NetBSD: Makefile,v 1.31 2001/10/20 17:31:44 veego Exp $
DISTNAME= inn-2.3.2
CATEGORIES= news
@@ -70,7 +70,7 @@ post-build:
done
pre-install:
- for DIR in ${INN_DATA_DIR} ${PREFIX}/etc/nntp ${PREFIX}/inn; do
+ for DIR in ${INN_DATA_DIR} ${PREFIX}/etc/nntp ${PREFIX}/inn; do \
${INSTALL_DATA_DIR} $$DIR; \
done