diff options
Diffstat (limited to 'games/xpilot-ng-server/Makefile')
-rw-r--r-- | games/xpilot-ng-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile index b283934588f5..0b729965349b 100644 --- a/games/xpilot-ng-server/Makefile +++ b/games/xpilot-ng-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= xpilot-ng PORTVERSION= 4.7.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xpilot @@ -87,8 +88,6 @@ PLIST_SUB+= SOUND="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's,#include "SDL/,#include "SDL11/,g' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|mapconvert\.py||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|xpilot-ng-server\.man||' \ ${WRKSRC}/doc/man/Makefile.in |