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 /astro/xglobe/Makefile | |
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 'astro/xglobe/Makefile')
-rw-r--r-- | astro/xglobe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/xglobe/Makefile b/astro/xglobe/Makefile index 7adce7457132..e927c5751e3e 100644 --- a/astro/xglobe/Makefile +++ b/astro/xglobe/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: xglobe -# Version required: 0.3.1 # Date created: 20 January 1998 # Whom: Kris Kennaway <kris@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xglobe-0.3.1 +PORTNAME= xglobe +PORTVERSION= 0.3.1 CATEGORIES= astro MASTER_SITES= http://www.uni-karlsruhe.de/~uddn/xglobe/ MAINTAINER= kris@FreeBSD.org USE_QT= yes -USE_X_PREFIX= yes +USE_X_PREFIX= yes USE_GMAKE= yes do-install: |