diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /astro/xphoon | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.zip FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'astro/xphoon')
-rw-r--r-- | astro/xphoon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 7e9963f..dd05d3a 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xphoon -# Version required: 18sep91 (in R5 contrib) # Date created: 14 February 1995 # Whom: asami # # $FreeBSD$ # -DISTNAME= xphoon -PKGNAME= xphoon-91.9.18 +PORTNAME= xphoon +PORTVERSION= 1991.9.18 CATEGORIES= astro x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.freesoftware.com/pub/X11/R5contrib/ +DISTNAME= xphoon EXTRACT_SUFX= .tar.Z MAINTAINER= will@FreeBSD.org |