diff options
author | wiz <wiz> | 2001-03-28 10:28:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-28 10:28:28 +0000 |
commit | aba30b36426db8afabe4b9e1d1811280b694d57e (patch) | |
tree | 7bf12f59dd02b5fd7177477b8e506da7d1c7dbcd /games/quake3arena | |
parent | 892cf568960581fb396dd62a9271842617b91be5 (diff) | |
download | pkgsrc-aba30b36426db8afabe4b9e1d1811280b694d57e.tar.gz |
Try to fix PLIST problems by adding symlinks for the linux library manually,
since they aren't created automatically anymore.
XXX: a.out-safe?
Diffstat (limited to 'games/quake3arena')
-rw-r--r-- | games/quake3arena/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 541bd999b16..9cd733dade3 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:10:57 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/28 10:28:28 wiz Exp $ # DISTNAME= linuxq3apoint-1.17.x86 @@ -51,6 +51,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.1/q3ded ${LIBDIR} ${INSTALL_DATA} ${WRKSRC}/bin/x86/glibc-2.1/libMesaVoodooGL.so.3.2 \ ${LIBDIR} + ${LN} -s ${LIBDIR}/libMesaVoodooGL.so.3.2 \ + ${LIBDIR}/libMesaVoodooGL.so.3 + ${LN} -s ${LIBDIR}/libMesaVoodooGL.so.3.2 \ + ${LIBDIR}/libMesaVoodooGL.so ${INSTALL_DATA} ${WRKSRC}/README ${SHAREDIR}/${BINNAME}-README cd ${WRKSRC} ; ${PAX} -rw baseq3 ${LIBDIR} cd ${WRKSRC} ; ${PAX} -rw Help ${SHAREDIR} |