summaryrefslogtreecommitdiff
path: root/lang/gcl/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:29:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:29:30 +0000
commitb098c2ddf2892a3342c0b15bd420fc3c61ab791d (patch)
tree0d71ecc9df971843a1bbd9ff39aae1d5531efa25 /lang/gcl/Makefile
parentUpdated devel Makefiles. Strip mprof and compress mprof.1 along the way. (diff)
Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r--lang/gcl/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index 7468c631d91d..bc4d5e9fc7c3 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Feb 8 01:49:11 1995
# Whom: hsu
#
-# $Id$
+# $Id: Makefile,v 1.4 1995/04/16 22:09:31 hsu Exp $
#
DISTNAME= gcl-2.0
@@ -12,13 +12,7 @@ MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/
EXTRACT_SUFX= .tgz
MAKEFILE= makefile
-INSTALL_COOKIE= ${WRKDIR}/.install_done
-install: build ${INSTALL_COOKIE}
-
-${INSTALL_COOKIE}:
- @echo "===> Installing for ${DISTNAME}"
- @${MAKE} ${.MAKEFLAGS} pre-install
+do-install:
@(cd ${WRKSRC}; ${MAKE} PREFIX_DIR=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
- @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}
.include <bsd.port.mk>