diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-01-22 10:52:53 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-01-22 10:52:53 +0000 |
commit | 3a0e9b245fd6d2746a462f779e161bd496af9bf3 (patch) | |
tree | e2e9490fc002464181f7cefd565e76b066bc525b /misc/cwish | |
parent | f88b793f01eef6976f9e0c9c022a2f7b0ece4268 (diff) | |
download | ports-3a0e9b245fd6d2746a462f779e161bd496af9bf3.tar.gz ports-3a0e9b245fd6d2746a462f779e161bd496af9bf3.zip |
Notes
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 |