diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
commit | a7f42416d7a766482b1e0d1d8b9055c917426356 (patch) | |
tree | a9a11ef714e9c9e8e6ef7346e0d5ec79a867bb7f /games/gnome-games | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) |
Notes
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 292e4eca57c2..d90a50c052ea 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gnomegames -# Version required: 1.0.51 # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -DISTNAME= gnome-games-1.0.51 -PKGNAME= gnomegames-1.0.51 +PORTNAME= gnomegames +PORTVERSION= 1.0.51 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-games +DISTNAME= gnome-games-${PORTVERSION} MAINTAINER= ade@FreeBSD.org |