summaryrefslogtreecommitdiff
path: root/devel/linux-understand_ada
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-18 04:04:55 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-18 04:04:55 +0000
commite628f2910c04ae8f7039cc6308ef04d2fb41d182 (patch)
tree2478fcf2ea29bc2e44504376e8aae73687aac4f4 /devel/linux-understand_ada
parent- Fix grammar in Abstract (diff)
correctly brandelf linux binaries
Notes
Notes: svn path=/head/; revision=47930
Diffstat (limited to 'devel/linux-understand_ada')
-rw-r--r--devel/linux-understand_ada/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile
index b018cd72421e..af645c890826 100644
--- a/devel/linux-understand_ada/Makefile
+++ b/devel/linux-understand_ada/Makefile
@@ -21,6 +21,7 @@ NO_BUILD= yes
PREFIX_LINUX?= ${LINUXBASE}
STRIP= ${LINUXBASE}/usr/bin/strip
+BRANDELF?= /usr/bin/brandelf
FMT?= /usr/bin/fmt
INSTALL_DATA_DIR?= ${INSTALL} -d -o ${SHAREOWN} \
-g ${SHAREGRP} -m 755
@@ -103,6 +104,7 @@ do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \
${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf
@${STRIP} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file}
+ @${BRANDELF} -t Linux ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file}
@if [ ! -f ${PREFIX}/bin/${file} ]; \
then \
${LN} -sf ${PORTNAME} ${PREFIX}/bin/${file} ; \