summaryrefslogtreecommitdiff
path: root/lang/Gofer
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
commit322557b38bbf8e059bd4133ae2c4ffebebcd20f5 (patch)
tree0a35d4ee0a8c15369f24146060d1823b78c7048a /lang/Gofer
parentConverted to MAN[1-9] (diff)
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4533
Diffstat (limited to 'lang/Gofer')
-rw-r--r--lang/Gofer/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile
index 9dc2340f6f75..57c2a438a3c8 100644
--- a/lang/Gofer/Makefile
+++ b/lang/Gofer/Makefile
@@ -3,18 +3,19 @@
# Date created: Wed Feb 1 01:51:59 PST 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.8 1996/10/27 00:20:27 max Exp $
+# $Id: Makefile,v 1.9 1996/11/12 02:17:59 obrien Exp $
#
-DISTNAME = gofer230a
-PKGNAME = gofer-2.30a
+DISTNAME= gofer230a
+PKGNAME= gofer-2.30a
CATEGORIES= lang
-MASTER_SITES = ftp://cs.nott.ac.uk/nott-fp/languages/haskell/gofer/
+MASTER_SITES= ftp://cs.nott.ac.uk/nott-fp/languages/haskell/gofer/
MAINTAINER= hsu@FreeBSD.org
-WRKSRC = ${WRKDIR}/src
-LIBDIR = ${PREFIX}/lib/Gofer
+WRKSRC= ${WRKDIR}/src
+LIBDIR= ${PREFIX}/lib/Gofer
+MAN1= gofer.1
do-install:
${MKDIR} ${LIBDIR}
@@ -28,9 +29,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKDIR}/src/gofer ${LIBDIR}
${INSTALL_PROGRAM} ${WRKDIR}/src/gofc ${LIBDIR}
${INSTALL_MAN} ${WRKDIR}/docs/gofer.1 ${PREFIX}/man/man1
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/gofer.1
-.endif
${MKDIR} ${LIBDIR}/docs
${INSTALL_DATA} ${WRKDIR}/docs/* ${LIBDIR}/docs