aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcl/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-24 19:29:30 +0800
committerasami <asami@FreeBSD.org>1995-04-24 19:29:30 +0800
commit9ef450fc7b44d6e9a00b446fd8c07fe860bd600a (patch)
treebe1637958f457f58e83887fc640e5942bb9924b6 /lang/gcl/Makefile
parent6e8a05ce6c83a3b5a574b336cc2de97708769fad (diff)
downloadfreebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.tar.gz
freebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.tar.zst
freebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.zip
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>