aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c6-sdl_image/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-c6-sdl_image/Makefile')
-rw-r--r--graphics/linux-c6-sdl_image/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/linux-c6-sdl_image/Makefile b/graphics/linux-c6-sdl_image/Makefile
index bce72abaa94a..0a489f7c13ca 100644
--- a/graphics/linux-c6-sdl_image/Makefile
+++ b/graphics/linux-c6-sdl_image/Makefile
@@ -7,19 +7,19 @@ DISTVERSIONSUFFIX= -9.el6
PORTREVISION= 5
CATEGORIES= graphics linux
MASTER_SITES= EPEL/s
-DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
+DISTNAME= SDL_image-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
-LINUXNAME= SDL_image
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= jpeg png sdl12 tiff
USE_LINUX_RPM= yes
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+DOCSDIR= ${PREFIX}/usr/share/doc/SDL_image-${PORTVERSION}
+
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>