summaryrefslogtreecommitdiff
path: root/news/cnews/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r--news/cnews/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 5d2547c63028..7bc647cfa71e 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.7 1995/04/22 12:06:02 asami Exp $
+# $Id: Makefile,v 1.8 1995/04/24 09:10:36 asami Exp $
#
DISTNAME= cnews
@@ -21,9 +21,8 @@ NEWSLIB= ${PREFIX}/lib/news
MANDIR= ${PREFIX}/man
do-install:
- mkdir -p ${PREFIX}/include ${PREFIX}/lib
- cp {WRKSRC}/libdbz/dbz.h ${PREFIX}/include
- cp {WRKSRC}/libcnews.a ${PREFIX}/lib
+ cp ${WRKSRC}/libdbz/dbz.h ${PREFIX}/include
+ cp ${WRKSRC}/libcnews.a ${PREFIX}/lib
mkdir -p ${NEWSSPOOL}
ln -s ${NEWSSPOOL} /var/news
mkdir -p ${NEWSBIN} ${NEWSLIB}