summaryrefslogtreecommitdiff
path: root/games/finalbattle/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-08-27 14:06:07 +0000
committergarbled <garbled>1998-08-27 14:06:07 +0000
commit3fba00f440cd0883cd98c7c87ae9c7728f64376f (patch)
tree3115d0a8e4b3ee5696c7b5301ba6b7da2728485f /games/finalbattle/Makefile
parent78ad3306fd271df1032ebedd29981a98c50859ee (diff)
downloadpkgsrc-3fba00f440cd0883cd98c7c87ae9c7728f64376f.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/finalbattle/Makefile')
-rw-r--r--games/finalbattle/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/finalbattle/Makefile b/games/finalbattle/Makefile
index 52827230838..b1d37e113be 100644
--- a/games/finalbattle/Makefile
+++ b/games/finalbattle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:54 tsarna Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/27 14:06:07 garbled Exp $
#
DISTNAME= finalbattle.0.0
@@ -15,7 +15,3 @@ WRKSRC= ${WRKDIR}/final
USE_X11= yes
.include "../../mk/bsd.pkg.mk"
-.if (${OBJECT_FMT} == "ELF")
-RPATH= -Wl,-rpath,${PREFIX}/lib
-.endif
-MAKE_ENV+= RPATH=${RPATH}