diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-20 00:06:30 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-20 00:06:30 +0000 |
commit | a2f9ec43a1cb9099dbeaee8cc1e642f3baf10bf6 (patch) | |
tree | 5fbbdeb9a791f55e93b4bb9a3db09c0c621a704b /games/naev/Makefile | |
parent | - Update to 20090515 (diff) |
- Remove BORKEN on i386
- Fix build on 6.x
- Bump PORTREVISION
Reported by: erwin
Notes
Notes:
svn path=/head/; revision=234242
Diffstat (limited to 'games/naev/Makefile')
-rw-r--r-- | games/naev/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index fe2d11e13080..b486e9cda1cd 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -7,6 +7,7 @@ PORTNAME= naev PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= ${PORTNAME} @@ -30,10 +31,6 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> -.if ${ARCH} == i386 -BROKEN= does not build -.endif - .if !defined(NOPORTDOCS) PLIST_FILES+= %%DOCSDIR%%/conf.example PLIST_DIRS= %%DOCSDIR%% @@ -41,6 +38,7 @@ PLIST_DIRS= %%DOCSDIR%% post-patch: @${REINPLACE_CMD} -i "" -e 's|%%DATADIR%%|${DATADIR}|g' -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -i "" -e 's|CFLAGS +=|CFLAGS ?=|g' ${WRKSRC}/build/Makefile.posix do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} |