diff options
author | steve <steve@FreeBSD.org> | 1998-08-24 09:11:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-24 09:11:56 +0800 |
commit | b896426fdb8f4b95280d1e09d54846e7856f8fc4 (patch) | |
tree | a6322dc4b9a4d9011ae5a3f1698af9719af49afd /www/aswedit/Makefile | |
parent | 16d6881119894763016b4efaf46b2c05e32917a1 (diff) | |
download | freebsd-ports-gnome-b896426fdb8f4b95280d1e09d54846e7856f8fc4.tar.gz freebsd-ports-gnome-b896426fdb8f4b95280d1e09d54846e7856f8fc4.tar.zst freebsd-ports-gnome-b896426fdb8f4b95280d1e09d54846e7856f8fc4.zip |
Update to version 4.0.
PR: 7662
Submitted by: maintainer
Diffstat (limited to 'www/aswedit/Makefile')
-rw-r--r-- | www/aswedit/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/aswedit/Makefile b/www/aswedit/Makefile index e59fac85f235..b5cd9bd8c9a8 100644 --- a/www/aswedit/Makefile +++ b/www/aswedit/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: asWedit -# Version required: 3.0 +# Version required: 4.0 # Date created: 25 June 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/07/10 06:27:38 tg Exp $ # -DISTNAME= asWedit-3.0-i386.linux -PKGNAME= asWedit-3.0 +DISTNAME= asWedit-4.0-i386.linux +PKGNAME= asWedit-4.0 CATEGORIES= editors www -MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/packages/www/asWedit/ \ +MASTER_SITES= http://www.advasoft.com/asWedit/ \ + ftp://sunsite.doc.ic.ac.uk/packages/www/asWedit/ \ ftp://sunsite.auc.dk/pub/infosystems/www/asWedit/ \ - ftp://ftp.ruf.uni-freiburg.de/pub/info/asWedit/ \ ftp://sunsite.icm.edu.pl/pub/www/asWedit/ MAINTAINER= brett@peloton.physics.montana.edu @@ -21,7 +21,7 @@ RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib RESTRICTED= "Commercial software" NO_BUILD= yes NO_PACKAGE= ${RESTRICTED} -WRKSRC= ${WRKDIR}/asWedit-3.0 +WRKSRC= ${WRKDIR}/asWedit-4.0 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/asWedit ${PREFIX}/bin |