diff options
author | mharo <mharo@FreeBSD.org> | 2000-01-22 18:52:53 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-01-22 18:52:53 +0800 |
commit | 3d64a3e9b7b09735e46d020559d87097ec1ae868 (patch) | |
tree | 05d0d582e25e878045433830d92ec4e2c429bcca /misc/cwish | |
parent | 28bcdb920db14d7640bdead116473636790f609d (diff) | |
download | freebsd-ports-gnome-3d64a3e9b7b09735e46d020559d87097ec1ae868.tar.gz freebsd-ports-gnome-3d64a3e9b7b09735e46d020559d87097ec1ae868.tar.zst freebsd-ports-gnome-3d64a3e9b7b09735e46d020559d87097ec1ae868.zip |
update to 3.52
Diffstat (limited to 'misc/cwish')
-rw-r--r-- | misc/cwish/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile index 40c3bbb2b8c5..27b7536715e1 100644 --- a/misc/cwish/Makefile +++ b/misc/cwish/Makefile @@ -1,14 +1,13 @@ # ex:ts=8 # Ports collection makefile for: cwish -# Version required: 3.37 +# Version required: 3.52 # Date created: Thur Sept 25, 1998 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # -DISTNAME= cwish -PKGNAME= cwish-3.37 +DISTNAME= cwish-3.52 CATEGORIES= misc MASTER_SITES= http://www.hcs.de/users/hm/packages/ @@ -19,7 +18,7 @@ ALL_TARGET= cwish MAN1= cwish.1 pre-configure: - ${CP} ${WRKSRC}/Makefile.freebsd ${WRKSRC}/Makefile + ${CP} ${WRKSRC}/Makefile.FreeBSD ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cwish ${PREFIX}/bin |