diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 17:15:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 17:15:30 +0800 |
commit | 962ab5803d653cfd8fef543cd7e2a1fee61d4a64 (patch) | |
tree | b90e3add76b03527e69d69975317fc72e7a0988e /news | |
parent | ff76881943346705e0cb66b51f3dd8b9893c304d (diff) | |
download | freebsd-ports-gnome-962ab5803d653cfd8fef543cd7e2a1fee61d4a64.tar.gz freebsd-ports-gnome-962ab5803d653cfd8fef543cd7e2a1fee61d4a64.tar.zst freebsd-ports-gnome-962ab5803d653cfd8fef543cd7e2a1fee61d4a64.zip |
{WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :p
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} |