summaryrefslogtreecommitdiff
path: root/devel/sdl
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 05:44:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 05:44:42 +0000
commitdfee8150a0d59e2499214056965a4abbe8823b22 (patch)
treec05ef7727106d763a62cf489e2b9fed5e6f14b7d /devel/sdl
parentPKGNAME was hiding within a script. (diff)
Convert to PORTNAME/PORTVERSION.
Notes
Notes: svn path=/head/; revision=27505
Diffstat (limited to 'devel/sdl')
-rw-r--r--devel/sdl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/sdl/Makefile b/devel/sdl/Makefile
index 00cd7379db26..0c6772f8d8d6 100644
--- a/devel/sdl/Makefile
+++ b/devel/sdl/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: SDL
-# Version required: 1.0.8
# Date created: 8 August 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= SDL-1.0.8
-PKGNAME= sdl-1.0.8
+PORTNAME= sdl
+PORTVERSION= 1.0.8
CATEGORIES= devel
MASTER_SITES= http://www.devolution.com/~slouken/SDL/release/
+DISTNAME= SDL-${PORTVERSION}
MAINTAINER= sobomax@altavista.net