diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-05-28 08:29:46 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-05-28 08:29:46 +0000 |
commit | c386f733428f0c792b2ca3b6e4ff63dbf6011abf (patch) | |
tree | 475beaece9ecddf18332ca76223df8248e2489c0 /x11-wm/sawfish2/Makefile | |
parent | d59cb537d5cfff03ea2e66e28e12c6d1c18d50a2 (diff) |
Notes
Diffstat (limited to 'x11-wm/sawfish2/Makefile')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 822ad822dbb4..cbe0fcf8689e 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: sawmill +# New ports collection makefile for: sawfish # Date created: 13 September 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= sawmill -PORTVERSION= 0.26 +PORTNAME= sawfish +PORTVERSION= 0.27.2 CATEGORIES= x11-wm MASTER_SITES= ftp://sawmill.sourceforge.net/pub/sawmill/ @@ -50,7 +50,7 @@ post-install: ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi install-info --section="X11 window manager" \ - --entry="* sawmill: (sawmill). sawmill programming manual" \ - ${PREFIX}/info/sawmill.info ${PREFIX}/info/dir + --entry="* sawfish: (sawfish). sawfish programming manual" \ + ${PREFIX}/info/sawfish.info ${PREFIX}/info/dir .include <bsd.port.mk> |