diff options
author | ade <ade@FreeBSD.org> | 2000-03-28 00:34:42 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-03-28 00:34:42 +0800 |
commit | e5c9bbfbd04131016a8b8d63b14b2a3e0cda8a36 (patch) | |
tree | f18655dcb30bb6a61c9481c210a8576e1c88b333 /x11-wm/sawfish/Makefile | |
parent | 9ccd5dffb1f51a26a0a7fadc74325473bf378675 (diff) | |
download | freebsd-ports-graphics-e5c9bbfbd04131016a8b8d63b14b2a3e0cda8a36.tar.gz freebsd-ports-graphics-e5c9bbfbd04131016a8b8d63b14b2a3e0cda8a36.tar.zst freebsd-ports-graphics-e5c9bbfbd04131016a8b8d63b14b2a3e0cda8a36.zip |
Portlint a few minor nits from my previous commit.
Diffstat (limited to 'x11-wm/sawfish/Makefile')
-rw-r--r-- | x11-wm/sawfish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 61e3cb1ddab..b5c5f5c1fdf 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: sawmill -# Version required: ${VERSION} :) +# Version required: 0.25.2 # Date created: 13 September 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= sawmill-${VERSION} +DISTNAME= sawmill-0.25.2 CATEGORIES= x11-wm MASTER_SITES= ftp://sawmill.sourceforge.net/pub/sawmill/ |