summaryrefslogtreecommitdiff
path: root/games/quake3arena
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-28 10:28:28 +0000
committerwiz <wiz>2001-03-28 10:28:28 +0000
commite3f856392c0144cdf0c7f332d201a871a596ef2d (patch)
tree7bf12f59dd02b5fd7177477b8e506da7d1c7dbcd /games/quake3arena
parentd96461cb3e6a0ce3a2b77387df29c551ceec3e83 (diff)
downloadpkgsrc-e3f856392c0144cdf0c7f332d201a871a596ef2d.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}