aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl_sge
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
commit0d2725682b8325a08b11592d11062997bb9dc7f2 (patch)
tree46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /devel/sdl_sge
parent750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff)
downloadports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz
ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip
Notes
Diffstat (limited to 'devel/sdl_sge')
-rw-r--r--devel/sdl_sge/Makefile3
-rw-r--r--devel/sdl_sge/pkg-plist28
2 files changed, 16 insertions, 15 deletions
diff --git a/devel/sdl_sge/Makefile b/devel/sdl_sge/Makefile
index 00a1151a4e42..aec069a8d0aa 100644
--- a/devel/sdl_sge/Makefile
+++ b/devel/sdl_sge/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sge
PORTVERSION= 0.030809
+PORTREVISION= 1
CATEGORIES= devel graphics
MASTER_SITES= http://www.etek.chalmers.se/~e8cal1/sge/files/ \
http://www.digitalfanatics.org/cal/sge/files/
@@ -53,7 +54,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|#USE_FT = n|USE_FT = y|g' ${WRKSRC}/Makefile.conf
.endif
@${REINPLACE_CMD} -e 's|PREFIX =PREFIX|PREFIX =${PREFIX}|g' ${WRKSRC}/Makefile.conf
- @${REINPLACE_CMD} -e 's|PREFIX_H =PREFIX_H|PREFIX_H =${PREFIX}/include/SDL11|g' ${WRKSRC}/Makefile.conf
+ @${REINPLACE_CMD} -e 's|PREFIX_H =PREFIX_H|PREFIX_H =${PREFIX}/include/SDL|g' ${WRKSRC}/Makefile.conf
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile.conf
post-install:
diff --git a/devel/sdl_sge/pkg-plist b/devel/sdl_sge/pkg-plist
index 43f4391742c4..312ed4f6dcff 100644
--- a/devel/sdl_sge/pkg-plist
+++ b/devel/sdl_sge/pkg-plist
@@ -1,16 +1,16 @@
-include/SDL11/sge.h
-include/SDL11/sge_blib.h
-include/SDL11/sge_bm_text.h
-include/SDL11/sge_collision.h
-include/SDL11/sge_config.h
-include/SDL11/sge_internal.h
-include/SDL11/sge_misc.h
-include/SDL11/sge_primitives.h
-include/SDL11/sge_rotation.h
-include/SDL11/sge_shape.h
-include/SDL11/sge_surface.h
-include/SDL11/sge_textpp.h
-include/SDL11/sge_tt_text.h
+include/SDL/sge.h
+include/SDL/sge_blib.h
+include/SDL/sge_bm_text.h
+include/SDL/sge_collision.h
+include/SDL/sge_config.h
+include/SDL/sge_internal.h
+include/SDL/sge_misc.h
+include/SDL/sge_primitives.h
+include/SDL/sge_rotation.h
+include/SDL/sge_shape.h
+include/SDL/sge_surface.h
+include/SDL/sge_textpp.h
+include/SDL/sge_tt_text.h
lib/libSGE.a
lib/libSGE.so
lib/libSGE.so.0
@@ -59,6 +59,6 @@ lib/libSGE.so.0.030809
%%PORTDOCS%%%%EXAMPLESDIR%%/sprite2.cpp
%%PORTDOCS%%%%EXAMPLESDIR%%/ttf_readme
%%PORTDOCS%%%%EXAMPLESDIR%%/tux.bmp
-@dirrmtry include/SDL11
+@dirrmtry include/SDL
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%