diff options
Diffstat (limited to 'games/glaxium/Makefile')
-rw-r--r-- | games/glaxium/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index 20eb03c3540b..b316fb519e4a 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -7,7 +7,7 @@ PORTNAME= glaxium PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://xhosxe.free.fr/glaxium/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -27,6 +27,8 @@ ALL_TARGET= ${PORTNAME} MAN6= glaxium.6 +USE_DOS2UNIX=variables.cpp scene.cpp + post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g; \ s|/games/glaxium|/glaxium|g' ${WRKSRC}/configure |