diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 429158af25cb05709764d4c6fe0104616975ac77 (patch) | |
tree | 9e9cb106a6ea302a7f591288518ee4b0522e76e8 /games/freesweep | |
parent | Finish converting editors/ to PORTNAME/PORTVERSION. (diff) |
PORTNAME/PORTVERSION stuff
Notes
Notes:
svn path=/head/; revision=27507
Diffstat (limited to '')
-rw-r--r-- | games/freesweep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile index 7456d8ba9fb2..b231cba2e974 100644 --- a/games/freesweep/Makefile +++ b/games/freesweep/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: freesweep -# Version required: 0.87 # Date created: 25 July 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= freesweep -PKGNAME= freesweep-0.87 +PORTNAME= freesweep +PORTVERSION= 0.87 CATEGORIES= games MASTER_SITES= http://www.upl.cs.wisc.edu/~hartmann/sweep/ +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org |