summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 09:15:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 09:15:30 +0000
commit76573ce60cc914cc12569cd1481253df977029d4 (patch)
tree7a74d58344922c75fca6a1a6b668a5663e50455e /news
parentTake out invocation of fake-pkg from do-install target. It is now (diff)
{WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :p
Notes
Notes: svn path=/head/; revision=1515
Diffstat (limited to 'news')
-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}