diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 06:12:51 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 06:12:51 +0000 |
commit | 322557b38bbf8e059bd4133ae2c4ffebebcd20f5 (patch) | |
tree | 0a35d4ee0a8c15369f24146060d1823b78c7048a /lang/Gofer | |
parent | b547dd5ac000c0a47852a916860ea990aaf81a81 (diff) | |
download | ports-322557b38bbf8e059bd4133ae2c4ffebebcd20f5.tar.gz ports-322557b38bbf8e059bd4133ae2c4ffebebcd20f5.zip |
Notes
Diffstat (limited to 'lang/Gofer')
-rw-r--r-- | lang/Gofer/Makefile | 16 |
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 |