diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 14:12:51 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 14:12:51 +0800 |
commit | 07c3420c8a1b322f333a8307efb3fb8220dc242f (patch) | |
tree | fb60995d2aeb95540d341a376247c651643d1514 /lang/Gofer | |
parent | 91f6bc4970d9447085147a9a6e818a14719b2018 (diff) | |
download | freebsd-ports-gnome-07c3420c8a1b322f333a8307efb3fb8220dc242f.tar.gz freebsd-ports-gnome-07c3420c8a1b322f333a8307efb3fb8220dc242f.tar.zst freebsd-ports-gnome-07c3420c8a1b322f333a8307efb3fb8220dc242f.zip |
Converted to MAN[1-9NL]
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 |