diff options
Diffstat (limited to 'emulators/xzx/Makefile')
-rw-r--r-- | emulators/xzx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 36cf3c4..3752781 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -26,6 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-pro # Prevent configure from trying to run auto* since it's not needed and will # error if auto* < 2.54 +NO_STAGE= yes post-configure: @${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile @${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile |