From 7368ea4606151d64675c243693f21489e0818648 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Sun, 7 Jun 2009 14:22:53 +0000 Subject: Don't add a symlink in /usr/local/bin when installing with custom prefix Reported by: QAT --- emulators/openmsx/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators/openmsx') 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 .if (${ARCH} == "amd64") -- cgit v1.2.3