diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /deskutils/xrolo | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'deskutils/xrolo')
-rw-r--r-- | deskutils/xrolo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile index 2ad96495cdf6..12f996bc3f8f 100644 --- a/deskutils/xrolo/Makefile +++ b/deskutils/xrolo/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: xrolo -# Version required: 2.6 # Date created: 17 January 1999 # Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # # $FreeBSD$ # -DISTNAME= xrolo.v2p6 -PKGNAME= xrolo-2.6 +PORTNAME= xrolo +PORTVERSION= 2.6 CATEGORIES= deskutils MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ \ ftp://ftp.postech.ac.kr/pub/X11/R5contrib/ \ @@ -15,6 +14,7 @@ MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ \ ftp://ftp.khoral.com/pub/dist/X/X11R5.contrib/ \ ftp://ftp.imag.fr/pub1/x11/xrolo/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ +DISTNAME= ${PORTNAME}.v2p6 EXTRACT_SUFX= .tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE |