diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-17 22:03:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-17 22:03:41 +0000 |
commit | 1ba457a9bb565579affbfbaf18d07fe455773796 (patch) | |
tree | f5476a87186a3103f5d67adbb0a828e3e734e2b3 /emulators/advancemame/Makefile | |
parent | 202aedbd13c0d41e48e8a3370e1156f0a908e15d (diff) |
Notes
Diffstat (limited to 'emulators/advancemame/Makefile')
-rw-r--r-- | emulators/advancemame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile index 214cad405c22..8c2fe900442a 100644 --- a/emulators/advancemame/Makefile +++ b/emulators/advancemame/Makefile @@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--disable-slang post-patch: @${REINPLACE_CMD} -Ee 's|^(pkg.*)/advance|\1/${PORTNAME}|' \ ${WRKSRC}/advance/advance.mak -.if ${PORT_OPTIONS:MDOCS} +.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e '/pkgdocdir/d' ${WRKSRC}/advance/advance.mak .endif |