diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
commit | 0ea083c38191c42dceadbe34e683b134593d8d8d (patch) | |
tree | 1ef8624821aed4ffb394c869ad1b8cda948a3c14 /devel/sdl10 | |
parent | 67ccb4392231d49ee2e7254508fde92d6dba0349 (diff) | |
download | FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.zip FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'devel/sdl10')
-rw-r--r-- | devel/sdl10/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/sdl10/Makefile b/devel/sdl10/Makefile index 00cd737..0c6772f 100644 --- a/devel/sdl10/Makefile +++ b/devel/sdl10/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 |