diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 14:43:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 14:43:02 +0800 |
commit | 6599d6b639f394c76bd685334176d0ea473272f6 (patch) | |
tree | 87290a24dc693e032af86ef10d80bb0e033177d2 /games/drm | |
parent | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (diff) | |
download | freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.tar.gz freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.tar.zst freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.zip |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'games/drm')
-rw-r--r-- | games/drm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/drm/Makefile b/games/drm/Makefile index ce2f4e538417..cbdf8cda6062 100644 --- a/games/drm/Makefile +++ b/games/drm/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: drm -# Version required: 1.0 # Date created: 4 August 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= dr_mario -PKGNAME= drm-1.0 +PORTNAME= drm +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade +DISTNAME= dr_mario EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |