diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 1999-06-14 02:47:59 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 1999-06-14 02:47:59 +0000 |
commit | 1476a3f0176f2ddb6ef95b356856d9626bedb4e3 (patch) | |
tree | bc92880a92822982bb91bef089466f3e6aef2128 /net/mars_nwe/Makefile | |
parent | 1c9f9e679847ff66291a383440fab12409a3d522 (diff) |
Submitted by: maintainer:Boris Popov <bp@butya.kz>
Update to mars_nwe-0.99.pl17.
Notes
Notes:
svn path=/head/; revision=19463
Diffstat (limited to 'net/mars_nwe/Makefile')
-rw-r--r-- | net/mars_nwe/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/mars_nwe/Makefile b/net/mars_nwe/Makefile index 70c11e425662..aaf52e9b177b 100644 --- a/net/mars_nwe/Makefile +++ b/net/mars_nwe/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: mars_nwe -# Version required: 0.99.pl15 +# Version required: 0.99.pl17 # Date created: 29 Dec 1998 # Whom: Boris Popov <bp@butya.kz> # -# $Id: Makefile,v 1.3 1999/01/27 01:33:13 foxfair Exp $ +# $Id: Makefile,v 1.4 1999/03/08 17:27:46 foxfair Exp $ # -DISTNAME= mars_nwe-0.99.pl15 -PKGNAME= mars_nwe-0.99b15 +DISTNAME= mars_nwe-0.99.pl17 +PKGNAME= mars_nwe-0.99b17 CATEGORIES= net MASTER_SITES= http://www.compu-art.de/download/ \ ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/mars_nwe/ \ @@ -18,8 +18,6 @@ MAINTAINER= bp@butya.kz WRKSRC= ${WRKDIR}/mars_nwe -NO_PACKAGE= ignores cflags - do-build: @(cd ${WRKSRC} && ${MAKE} all) |