diff options
author | veego <veego> | 2001-10-20 17:31:44 +0000 |
---|---|---|
committer | veego <veego> | 2001-10-20 17:31:44 +0000 |
commit | 0301b5d3bb945b1e15b9bb84ea20069a26a75fe4 (patch) | |
tree | 6451dd2ee9032b344440f3a227e8def29de146ae /news | |
parent | 968e98ed93c7bac8af905a20f3bb42155c6ef3fc (diff) | |
download | pkgsrc-0301b5d3bb945b1e15b9bb84ea20069a26a75fe4.tar.gz |
Ups, forgot an \ at the end of a line.
Diffstat (limited to 'news')
-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 |