diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/doinkd | |
parent | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff) | |
download | ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.tar.gz ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.zip |
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes:
svn path=/head/; revision=27427
Diffstat (limited to 'sysutils/doinkd')
-rw-r--r-- | sysutils/doinkd/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile index 2514b886d7ee..3fac05c720c2 100644 --- a/sysutils/doinkd/Makefile +++ b/sysutils/doinkd/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: idled -# Version required: 1.16 -# Date created: 12 March 1997 -# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au> +# Date created: 12 March 1997 +# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au> # # $FreeBSD$ # -DISTNAME= idled-1.16 +PORTNAME= idled +PORTVERSION= 1.16 CATEGORIES= sysutils MASTER_SITES= http://www.darkwing.com/idled/download/ \ - ftp://ftp.cs.hope.edu/pub/idled/ + ftp://ftp.cs.hope.edu/pub/idled/ -MAINTAINER= andrew@ugh.net.au +MAINTAINER= andrew@ugh.net.au NO_CDROM= non-profit use and distribution only MANCOMPRESSED= yes |