diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | fe5426321afa29e8e557931a88fc18b5028ba6f8 (patch) | |
tree | e6d2be6ded13e95e962877648d4188b2b5aaffcf /x11/xmx | |
parent | Typo (PORTVESION -> PORTVERSION). (diff) |
Update to use PORTNAME/PORTVERSION
Diffstat (limited to 'x11/xmx')
-rw-r--r-- | x11/xmx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile index c430fd934830..871325943abf 100644 --- a/x11/xmx/Makefile +++ b/x11/xmx/Makefile @@ -1,11 +1,12 @@ # New ports collection makefile for: xmx 1.1 -# Version required: 1.1 # Date created: February 23, 1999 # Whom: Oliver Breuninger <ob@seicom.NET> # # $FreeBSD$ +# -DISTNAME= xmx-1.1 +PORTNAME= xmx +PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/ EXTRACT_SUFX= .tar.Z |