diff options
author | johans <johans@FreeBSD.org> | 2009-06-07 22:22:53 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-06-07 22:22:53 +0800 |
commit | 9aaf2239f8bae1738f310640fd48a57e6a068606 (patch) | |
tree | 7d73e128666dd040b2a87328c95dc612e4d3b743 /emulators | |
parent | 0da5a87d743ed22fb3f53cbe29b2ffec7d53c68e (diff) | |
download | freebsd-ports-gnome-9aaf2239f8bae1738f310640fd48a57e6a068606.tar.gz freebsd-ports-gnome-9aaf2239f8bae1738f310640fd48a57e6a068606.tar.zst freebsd-ports-gnome-9aaf2239f8bae1738f310640fd48a57e6a068606.zip |
Don't add a symlink in /usr/local/bin when installing with custom prefix
Reported by: QAT
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/openmsx/Makefile | 4 |
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") |