diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-03-27 07:48:38 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-03-27 07:48:38 +0000 |
commit | d50a806198b30cd40558607470b6b21f6729fa99 (patch) | |
tree | bd70220e5749360d23a5b1f143dbad79388724f2 /math/linux-relview/Makefile | |
parent | 26e88f938edaded429d3d6cffc7394a91a408dcf (diff) |
Notes
Diffstat (limited to 'math/linux-relview/Makefile')
-rw-r--r-- | math/linux-relview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/linux-relview/Makefile b/math/linux-relview/Makefile index cb02871c5dfe..9fd56b65e70f 100644 --- a/math/linux-relview/Makefile +++ b/math/linux-relview/Makefile @@ -32,7 +32,7 @@ PLIST_SUB= VERSION=${PORTVERSION} STRIP= # empty do-install: - brandelf -t Linux ${WRKDIR}/${DISTNAME} + ${BRANDELF} -t Linux ${WRKDIR}/${DISTNAME} ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin ${LN} -fhs ${PREFIX}/bin/${DISTNAME} ${PREFIX}/bin/${PORTNAME} |