diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/jesred | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
Diffstat (limited to 'www/jesred')
-rw-r--r-- | www/jesred/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/jesred/Makefile b/www/jesred/Makefile index e692405ae018..bffc12a0ea10 100644 --- a/www/jesred/Makefile +++ b/www/jesred/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: jesred -# Version required: 1.2.pl1 # Date created: Mon Nov 8 17:42:20 MSK 1999 # Whom: dsh@vlink.ru # # $FreeBSD$ # -DISTNAME= jesred-1.2pl1 -PKGNAME= jesred-1.2.1 +PORTNAME= jesred +PORTVERSION= 1.2.1 CATEGORIES= www MASTER_SITES= http://ivs.cs.uni-magdeburg.de/~elkner/webtools/src/ +DISTNAME= jesred-1.2pl1 MAINTAINER= dsh@vlink.ru |