diff options
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index c189a3d9725e..b25add8d3a3b 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -9,8 +9,7 @@ PORTNAME= alephone PORTVERSION= 20070525 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= marathon +MASTER_SITES= SF/marathon DISTNAME= AlephOne-${PORTVERSION} MAINTAINER= ray@cultofray.net @@ -26,8 +25,8 @@ USE_LUA= 5.0 USE_SDL= image net sdl sound GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR} +CPPFLAGS= -I${LOCALBASE}/include -I${LUA_INCDIR} +LDFLAGS= -L${LOCALBASE}/lib -L${LUA_LIBDIR} DATADIR= ${PREFIX}/share/AlephOne |