diff options
Diffstat (limited to 'emulators/gxmame/Makefile')
-rw-r--r-- | emulators/gxmame/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index 5147ef5ae5b4..851df8a953ef 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -7,7 +7,7 @@ PORTNAME= gxmame DISTVERSION= 0.35beta2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -39,8 +39,6 @@ MAN6= gxmame.6 post-patch: @${REINPLACE_CMD} -e 's|CFLAGS="-Wall.*||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$(datadir)/doc|${PREFIX}/share/doc|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/html/Makefile.in @${REINPLACE_CMD} -e 's|__GNUC___|__GNUC__|' ${WRKSRC}/src/common.h .include <bsd.port.mk> |