diff options
author | hsu <hsu@FreeBSD.org> | 1995-03-05 16:20:43 +0800 |
---|---|---|
committer | hsu <hsu@FreeBSD.org> | 1995-03-05 16:20:43 +0800 |
commit | 98f14042b0aa28aadac16db97cb38de931f3ba55 (patch) | |
tree | ebe5a11800cd1033a6986a0b46552f14fcbe16a1 /lang/Sather | |
parent | 0abfdc11f5c6090e6f9d77c41c5633741cea4da9 (diff) | |
download | freebsd-ports-gnome-98f14042b0aa28aadac16db97cb38de931f3ba55.tar.gz freebsd-ports-gnome-98f14042b0aa28aadac16db97cb38de931f3ba55.tar.zst freebsd-ports-gnome-98f14042b0aa28aadac16db97cb38de931f3ba55.zip |
Give gzip the correct path of installed man page.
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 fb5a2bbac822..2c9351688232 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.3 1994/12/31 02:21:20 hsu Exp $ +# $Id: Makefile,v 1.4 1995/02/25 19:42:36 hsu Exp $ # DISTNAME= Sather-1.0.5 @@ -16,6 +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 + -gzip -9 -f ${PREFIX}/man/man1/cs.1 .include <bsd.port.mk> |