diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /graphics/linux-bmrt | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'graphics/linux-bmrt')
-rw-r--r-- | graphics/linux-bmrt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/linux-bmrt/Makefile b/graphics/linux-bmrt/Makefile index 356fd54e6962..b280b2566d6d 100644 --- a/graphics/linux-bmrt/Makefile +++ b/graphics/linux-bmrt/Makefile @@ -21,10 +21,7 @@ WRKSRC= ${WRKDIR}/BMRT2.6 NO_BUILD= yes ONLY_FOR_ARCHS= i386 NO_CDROM= "See the License" - -# Linux binary should not be stripped by INSTALL_PROGRAM as it uses -# /usr/bin/strip which then brands the binary as a FreeBSD ELF one. -STRIP= +USE_LINUX= yes .include <bsd.port.pre.mk> @@ -69,7 +66,7 @@ do-install: .endfor .for i in ${PROGRAM} ${INSTALL_PROGRAM} ${WRKSRC}/bin/${i} ${PREFIX}/bin - /usr/bin/brandelf -t Linux ${PREFIX}/bin/${i} + ${BRANDELF} -t Linux ${PREFIX}/bin/${i} .endfor post-install: |