summaryrefslogtreecommitdiff
path: root/games/quake3arena
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-28 10:28:28 +0000
committerwiz <wiz@pkgsrc.org>2001-03-28 10:28:28 +0000
commit7437d62ce1abfaed9bfbeb224f8f91da3e1bd216 (patch)
tree7bf12f59dd02b5fd7177477b8e506da7d1c7dbcd /games/quake3arena
parent563ebb80a1d91fab46b949ed7ed41ed6203e328e (diff)
downloadpkgsrc-7437d62ce1abfaed9bfbeb224f8f91da3e1bd216.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/Makefile6
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}