diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /deskutils/xwrits | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27416
Diffstat (limited to 'deskutils/xwrits')
-rw-r--r-- | deskutils/xwrits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xwrits/Makefile b/deskutils/xwrits/Makefile index a70ea37fb1de..30d2ba992583 100644 --- a/deskutils/xwrits/Makefile +++ b/deskutils/xwrits/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xwrits -# Version required: 2.10 # Date created: 02 January 2000 # Whom: Matt Braithwaite <mab@red-bean.com> # # $FreeBSD$ # -DISTNAME= xwrits-2.10 +PORTNAME= xwrits +PORTVERSION= 2.10 CATEGORIES= deskutils MASTER_SITES= http://www.pdos.lcs.mit.edu/~eddietwo/xwrits/ |