summaryrefslogtreecommitdiff
path: root/lang/Sather/Makefile
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1995-02-25 19:42:36 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1995-02-25 19:42:36 +0000
commita4510476c3ca63b09c4fe740e8d7c7f65ca99e0f (patch)
tree4433f20c7fc0f4fb2545977f71de979951a21a81 /lang/Sather/Makefile
parentUpdate tracker from 4.16 to version 4.18. The 4.16 version was no longer (diff)
Upgrade to 1.0.5.
Compress installed man page.
Notes
Notes: svn path=/head/; revision=1036
Diffstat (limited to 'lang/Sather/Makefile')
-rw-r--r--lang/Sather/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index b029ed018dcf..fb5a2bbac822 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -3,12 +3,11 @@
# Date created: Mon Oct 31 22:04:12 PST 1994
# Whom: hsu
#
-# $Id: Makefile,v 1.2 1994/11/22 10:05:33 hsu Exp $
+# $Id: Makefile,v 1.3 1994/12/31 02:21:20 hsu Exp $
#
-DISTNAME= Sather-1.0.4
+DISTNAME= Sather-1.0.5
MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/
-DISTFILES= Sather-1.0.4.tar.Z
WRKSRC= ${WRKDIR}/Sather
ALL_TARGET= testall
@@ -17,5 +16,6 @@ install:
@if [ ! -e ${PREFIX}/man/man1 ]; then mkdir -p ${PREFIX}/man/man1; fi
install -c -m 555 ${WRKSRC}/Compiler/cs ${PREFIX}/bin
install -c -m 555 ${WRKSRC}/Doc/man/man1/cs.1 ${PREFIX}/man/man1
+ gzip -9 -f ${PREFIX}/man/man1
.include <bsd.port.mk>