summaryrefslogtreecommitdiff
path: root/lang/Sather
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:29:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:29:30 +0000
commitb098c2ddf2892a3342c0b15bd420fc3c61ab791d (patch)
tree0d71ecc9df971843a1bbd9ff39aae1d5531efa25 /lang/Sather
parentUpdated devel Makefiles. Strip mprof and compress mprof.1 along the way. (diff)
Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
Notes
Notes: svn path=/head/; revision=1522
Diffstat (limited to 'lang/Sather')
-rw-r--r--lang/Sather/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index e09a774cb254..eaa016662bb7 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.7 1995/04/15 05:44:29 asami Exp $
+# $Id: Makefile,v 1.8 1995/04/16 21:28:20 asami Exp $
#
DISTNAME= Sather-1.0.5
@@ -13,11 +13,9 @@ MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/
WRKSRC= ${WRKDIR}/Sather
ALL_TARGET= testall
-install: build
- @if [ ! -e ${PREFIX}/bin ]; then mkdir -p ${PREFIX}/bin; fi
- @if [ ! -e ${PREFIX}/man/man1 ]; then mkdir -p ${PREFIX}/man/man1; fi
+do-install:
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/cs.1
+ -gzip -9nf ${PREFIX}/man/man1/cs.1
.include <bsd.port.mk>