diff options
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 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 |