summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-06-07 14:22:53 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-06-07 14:22:53 +0000
commit7368ea4606151d64675c243693f21489e0818648 (patch)
treef83a57c95fb8d793a6fa345e3084bb07b90e568f /emulators
parentFix ports collection name. (diff)
Don't add a symlink in /usr/local/bin when installing with custom prefix
Reported by: QAT
Notes
Notes: svn path=/head/; revision=235360
Diffstat (limited to 'emulators')
-rw-r--r--emulators/openmsx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index c1afe3774108..24fe6301e326 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -36,6 +36,10 @@ USE_SDL= sdl image ttf
MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy
.endif
+post-patch:
+ @${REINPLACE_CMD} -e '/^SYMLINK_FOR_BINARY/s/true/false/' \
+ ${WRKSRC}/build/custom.mk
+
.include <bsd.port.pre.mk>
.if (${ARCH} == "amd64")