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/xaniroc | |
parent | Typo (PORTVESION -> PORTVERSION). (diff) |
Update to use PORTNAME/PORTVERSION
Notes
Notes:
svn path=/head/; revision=27497
Diffstat (limited to 'x11/xaniroc')
-rw-r--r-- | x11/xaniroc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile index b71a80a8ab1d..b155a8bbba7d 100644 --- a/x11/xaniroc/Makefile +++ b/x11/xaniroc/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xaniroc -# Version required: 0.3 # Date created: 20 Sep 1997 # Whom: Stefan Zehl <sec@42.org> # # $FreeBSD$ # -DISTNAME= xaniroc -PKGNAME= xaniroc-1.02 +PORTNAME= xaniroc +PORTVERSION= 1.02 CATEGORIES= x11 MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \ ftp://netlab1.usu.edu/pub/mirror/freebird/x11/utils/ +DISTNAMe= ${PORTNAME} EXTRACT_SUFX= .src.tar.Z MAINTAINER= sec@42.org |