diff options
Diffstat (limited to 'emulators/snes9express/Makefile')
-rw-r--r-- | emulators/snes9express/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile index 2dfb8e5cc170..5e003ac63953 100644 --- a/emulators/snes9express/Makefile +++ b/emulators/snes9express/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snes9express -# Date created: 15 Mar 2004 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= snes9express PORTVERSION= 1.43 @@ -28,6 +24,7 @@ PLIST_FILES= bin/${PORTNAME} \ %%DATADIR%%/snsp.s9xskin PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<endian\.h>|<sys/endian.h>|' \ ${WRKSRC}/s9xskin.cc |