summaryrefslogtreecommitdiff
path: root/games/maelstrom/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-08-27 14:06:07 +0000
committergarbled <garbled>1998-08-27 14:06:07 +0000
commitcc91b7759be8b686be6a3fa5616ef788b2c0cb91 (patch)
tree3115d0a8e4b3ee5696c7b5301ba6b7da2728485f /games/maelstrom/Makefile
parent0dc39cee3c4336b62998dc9ad0d88e3e191fc9da (diff)
downloadpkgsrc-cc91b7759be8b686be6a3fa5616ef788b2c0cb91.tar.gz
Remove a ton of cruft relating to ELF building of pkgs. The trick I had
previously used with OBJECT_FMT is not necc. with the revelation that -Wl,-R works. Also fixed alot of PREFIX -> X11BASE typos.
Diffstat (limited to 'games/maelstrom/Makefile')
-rw-r--r--games/maelstrom/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile
index e814fb84b3c..dad3a80fbb0 100644
--- a/games/maelstrom/Makefile
+++ b/games/maelstrom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:56 tsarna Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/27 14:06:08 garbled Exp $
DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz
PKGNAME= maelstrom-2.0.6
@@ -35,7 +35,3 @@ post-install:
${INSTALL_PROGRAM} ${WRKSRC}/netplayd/netplayd ${PREFIX}/bin/Maelstrom_netplayd
.include "../../mk/bsd.pkg.mk"
-.if (${OBJECT_FMT} == "ELF")
-RPATH= -Wl,-R,${PREFIX}/lib
-.endif
-MAKE_ENV+= RPATH=${RPATH}