diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 03:19:05 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 03:19:05 +0800 |
commit | ad484df21a7c7d25e1e37ed90fff311f479a8e91 (patch) | |
tree | af76de1209d059ff9421680d176b5dffbc47e83e /x11/xaniroc | |
parent | 0683433bc6f07a8866845c124869b1431eed09e8 (diff) | |
download | freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.tar.gz freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.tar.zst freebsd-ports-gnome-ad484df21a7c7d25e1e37ed90fff311f479a8e91.zip |
Update to use PORTNAME/PORTVERSION
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 |