diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 09:15:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 09:15:30 +0000 |
commit | 76573ce60cc914cc12569cd1481253df977029d4 (patch) | |
tree | 7a74d58344922c75fca6a1a6b668a5663e50455e /news | |
parent | 069e6920d085179b12d74355adef0df7a9051701 (diff) | |
download | ports-76573ce60cc914cc12569cd1481253df977029d4.tar.gz ports-76573ce60cc914cc12569cd1481253df977029d4.zip |
{WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :p
Notes
Notes:
svn path=/head/; revision=1515
Diffstat (limited to 'news')
-rw-r--r-- | news/cnews/Makefile | 7 |
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} |