diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 06:12:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 06:12:51 +0000 |
commit | 07c3420c8a1b322f333a8307efb3fb8220dc242f (patch) | |
tree | fb60995d2aeb95540d341a376247c651643d1514 /lang/Sather | |
parent | 91f6bc4970d9447085147a9a6e818a14719b2018 (diff) | |
download | FreeBSD-ports-07c3420c8a1b322f333a8307efb3fb8220dc242f.zip FreeBSD-ports-07c3420c8a1b322f333a8307efb3fb8220dc242f.tar.gz |
Converted to MAN[1-9NL]
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index b4b82d3..155eac6 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Oct 31 22:04:12 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.11 1996/03/07 13:00:53 asami Exp $ +# $Id: Makefile,v 1.12 1996/11/12 02:18:03 obrien Exp $ # DISTNAME= Sather-1.0.5 @@ -15,11 +15,11 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/Sather ALL_TARGET= testall +MAN1= cs.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Compiler/cs ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/cs.1 ${PREFIX}/man/man1 - -gzip -9nf ${PREFIX}/man/man1/cs.1 ${MKDIR} ${PREFIX}/share/doc/sather ${INSTALL_DATA} ${WRKSRC}/Doc/License ${PREFIX}/share/doc/sather .if !defined(NOPORTDOCS) |