summaryrefslogtreecommitdiff
path: root/lang/Sather
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/Sather
parentConverted to MAN[1-9] (diff)
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4533
Diffstat (limited to 'lang/Sather')
-rw-r--r--lang/Sather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index b4b82d3248ab..155eac6c237f 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)