diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-27 07:48:38 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-27 07:48:38 +0000 |
commit | d16f208ec6a71719cbed47f08421d5bfe04d54ae (patch) | |
tree | 40650340499fb889af5df15169e1f82d95ff2a23 /math | |
parent | 6ff7085cc9c9d05222dd79a6b06deaeeb0695471 (diff) | |
download | FreeBSD-ports-d16f208ec6a71719cbed47f08421d5bfe04d54ae.zip FreeBSD-ports-d16f208ec6a71719cbed47f08421d5bfe04d54ae.tar.gz |
* Add SIZE. [1]
* s/brandelf/${BRANDELF}/.
Submitted by: maintainer [1]
Diffstat (limited to 'math')
-rw-r--r-- | math/linux-relview/Makefile | 2 | ||||
-rw-r--r-- | math/linux-relview/distinfo | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/linux-relview/Makefile b/math/linux-relview/Makefile index cb02871..9fd56b6 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} diff --git a/math/linux-relview/distinfo b/math/linux-relview/distinfo index b24faf6..8a24416 100644 --- a/math/linux-relview/distinfo +++ b/math/linux-relview/distinfo @@ -1 +1,2 @@ MD5 (relview-7.0.2.gz) = a2acd89c12546f12a8f337d1237e5688 +SIZE (relview-7.0.2.gz) = 341742 |