diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdl_sge/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/sdl_sge/Makefile b/devel/sdl_sge/Makefile index e588804907bc..ae967ee3226b 100644 --- a/devel/sdl_sge/Makefile +++ b/devel/sdl_sge/Makefile @@ -5,14 +5,13 @@ # $FreeBSD$ # -PORTNAME= sge +PORTNAME= sdl_sge PORTVERSION= 0.030809 PORTREVISION= 2 CATEGORIES= devel graphics MASTER_SITES= http://www.etek.chalmers.se/~e8cal1/sge/files/ \ http://www.digitalfanatics.org/cal/sge/files/ -PKGNAMEPREFIX= sdl_ -DISTNAME= ${PORTNAME}030809 +DISTNAME= sdl030809 MAINTAINER= walkingshadow@grummel.net COMMENT= A graphic library for the Simple DirectMedia Layer (SDL) |