diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-11-17 02:49:41 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-11-17 02:49:41 +0000 |
commit | bdb2137fb7881d57550005250c06ec7229c6db81 (patch) | |
tree | 729150ecb88e71556a022fac1f4ddd702d7480f3 /irc/epic5 | |
parent | Move fonts to ${X11BASE}/lib/X11/fonts/local. (diff) |
The install target should be "install", not "${INSTALL}".
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Notes
Notes:
svn path=/head/; revision=14583
Diffstat (limited to 'irc/epic5')
-rw-r--r-- | irc/epic5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 5db81aed042d..cebb4d940973 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -3,7 +3,7 @@ # Date created: 11 November 1998 # Whom: Ben Hutchinson <benhutch@xfiles.org.uk> # -# $Id$ +# $Id: Makefile,v 1.6 1998/11/15 21:27:19 mph Exp $ # DISTNAME= ircii-EPIC4pre2.001-NR8 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.001-NR8 do-install: ( cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_DATA="${INSTALL_DATA}" ${INSTALL} ) + INSTALL_DATA="${INSTALL_DATA}" install ) post-install: ( cd ${PREFIX}/lib/irc && tar zxf ${DISTDIR}/epic4pre2-help.tar.gz) |