diff options
Diffstat (limited to 'games/adonthell/Makefile')
-rw-r--r-- | games/adonthell/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index d080bece70b1..054895e6907e 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -7,6 +7,7 @@ PORTNAME= adonthell PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,9 +37,6 @@ BROKEN= Does not build on sparc64 .endif post-extract: -.for f in configure src/fileops.cc src/gametime.cc src/image.cc src/win_types.h - @${REINPLACE_CMD} -e 's@SDL/SDL@SDL11/SDL@g' ${WRKSRC}/$f -.endfor post-install: cd ${WRKDIR}/wastesedge-${PORTVERSION} && \ |