diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 17:22:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 17:22:24 +0000 |
commit | 8b3cd773ff016fff7057a1a40ce23df371e5fbbe (patch) | |
tree | 8ea908c5ea8d4ab894559c97b5aae2897bb1a4fd /palm | |
parent | (null-commit) (diff) |
Use LINUXBASE/USE_LINUX variables.
This is only a cosmetic change, so there's no need to reinstall your
installation(s).
Notes
Notes:
svn path=/head/; revision=33019
Diffstat (limited to 'palm')
-rw-r--r-- | palm/hdconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/hdconv/Makefile b/palm/hdconv/Makefile index 5d3933e7fd88..97499e52a160 100644 --- a/palm/hdconv/Makefile +++ b/palm/hdconv/Makefile @@ -13,7 +13,7 @@ DISTNAME= handbase_desktop_${PORTVERSION:S/./_/}.i386-any-linux2.0 MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +USE_LINUX= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/handbase-${PORTVERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hd ${PREFIX}/bin/hdconv - /compat/linux/usr/bin/strip ${PREFIX}/bin/hdconv + ${LINUXBASE}/usr/bin/strip ${PREFIX}/bin/hdconv brandelf -t Linux ${PREFIX}/bin/hdconv ${MKDIR} ${PREFIX}/share/doc/hdconv/ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hdconv/ |