aboutsummaryrefslogtreecommitdiffstats
path: root/irc/epic4
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-11-17 10:49:41 +0800
committermph <mph@FreeBSD.org>1998-11-17 10:49:41 +0800
commitbf019ed39a91635f10c9be0bc9df5a5e1c8f6351 (patch)
treee01f2d1185597d47c1fcc118f3d7ef303806f634 /irc/epic4
parent0a31eebc4ec6bc69bc5ea3606d5a5037f84552a0 (diff)
downloadfreebsd-ports-gnome-bf019ed39a91635f10c9be0bc9df5a5e1c8f6351.tar.gz
freebsd-ports-gnome-bf019ed39a91635f10c9be0bc9df5a5e1c8f6351.tar.zst
freebsd-ports-gnome-bf019ed39a91635f10c9be0bc9df5a5e1c8f6351.zip
The install target should be "install", not "${INSTALL}".
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Diffstat (limited to 'irc/epic4')
-rw-r--r--irc/epic4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index 5db81aed042d..cebb4d940973 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/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)