diff options
Diffstat (limited to 'games/mangos/Makefile')
-rw-r--r-- | games/mangos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mangos/Makefile b/games/mangos/Makefile index 78de5ca3c997..c80cec6748f5 100644 --- a/games/mangos/Makefile +++ b/games/mangos/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= CENKES http://mangos-port.by.ru/ \ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} SCRIPTDEV2REV= 245 -MAINTAINER= neon_cyrex@mail.ru +MAINTAINER= neon_cyrex@mail.ru COMMENT= Free dedicated-server for World of Warcraft BROKEN= Fails with newer autotools @@ -34,7 +34,7 @@ CFLAGS+= -O0 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share +CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share NO_STAGE= yes .include <bsd.port.options.mk> |