diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-29 19:07:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-29 19:07:10 +0000 |
commit | f3f589368558098afebdff077633620f5e628ab7 (patch) | |
tree | 480fbf7fde575e487818402bc6f4d15b3b6c37f6 /graphics/linux_glide | |
parent | None of the other acroread ports have the version number in the port name. (diff) |
USE_LINUX rather than explicitly listing the dependency.
Diffstat (limited to 'graphics/linux_glide')
-rw-r--r-- | graphics/linux_glide/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile index cfb36d01f1eb..fd8439d75f7f 100644 --- a/graphics/linux_glide/Makefile +++ b/graphics/linux_glide/Makefile @@ -15,22 +15,17 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_2_4 MAINTAINER= cracauer@cons.org -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base - ONLY_FOR_ARCHS= i386 -PREFIX= /compat/linux/usr +USE_LINUX_PREFIX=yes NO_MTREE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/Glide2.4 -pre-install: - @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} - do-install: @zcat ${WRKSRC}/dist.tar.gz | \ - (cd ${PREFIX}; tar fx - lib include bin/test00) - ${MV} ${PREFIX}/bin/test00 ${PREFIX}/bin/test-glide + (cd ${PREFIX}/usr; tar fx - lib include bin/test00) + ${MV} ${PREFIX}/usr/bin/test00 ${PREFIX}/usr/bin/test-glide post-install: -/compat/linux/sbin/ldconfig |