summaryrefslogtreecommitdiff
path: root/games
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
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')
-rw-r--r--games/quake3arena-demo/Makefile6
-rw-r--r--games/quake3arena/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile
index a8235ea58c2..87db9328f91 100644
--- a/games/quake3arena-demo/Makefile
+++ b/games/quake3arena-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:57 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/03/28 10:28:28 wiz Exp $
#
DISTNAME= linuxq3ademo-1_11-6_x86_gz
@@ -49,6 +49,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 demoq3 icon.bmp icon.xpm ${LIBDIR}
cd ${WRKSRC} ; ${PAX} -rw Help ${SHAREDIR}
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}