aboutsummaryrefslogtreecommitdiff
path: root/lang/Gofer
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/Gofer
parentb901ee38c863f18667592741fec5af8333447d5b (diff)
downloadports-b098c2ddf2892a3342c0b15bd420fc3c61ab791d.tar.gz
ports-b098c2ddf2892a3342c0b15bd420fc3c61ab791d.zip
Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
Notes
Notes: svn path=/head/; revision=1522
Diffstat (limited to 'lang/Gofer')
-rw-r--r--lang/Gofer/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile
index 9a5d87e990b1..57a14f83a5c0 100644
--- a/lang/Gofer/Makefile
+++ b/lang/Gofer/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Feb 1 01:51:59 PST 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.3 1995/04/15 05:44:23 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/16 21:24:37 asami Exp $
#
DISTNAME = gofer230a
@@ -14,10 +14,8 @@ MASTER_SITES = ftp://cs.nott.ac.uk/nott-fp/languages/haskell/gofer/
WRKSRC = ${WRKDIR}/src
LIBDIR = ${PREFIX}/lib/Gofer
-install: build
+do-install:
-mkdir -p ${LIBDIR}
- -mkdir -p ${PREFIX}/man/man1
- -mkdir -p ${PREFIX}/bin
install -c -m 444 ${WRKDIR}/*.prelude ${LIBDIR}
install -c -m 444 ${WRKDIR}/src/prelude.h ${LIBDIR}
install -c -m 444 ${WRKDIR}/src/gofc.h ${LIBDIR}