summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 04:49:45 +0000
committerjlam <jlam>2005-06-17 04:49:45 +0000
commit79688a7f5250bd47f328e560936fb29816443112 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /emulators
parenta4f055ba26863956147b0f0f2d789a3a17cb4fb0 (diff)
downloadpkgsrc-79688a7f5250bd47f328e560936fb29816443112.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/ia64sim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile
index 755afde46b8..bc6ad0b2a98 100644
--- a/emulators/ia64sim/Makefile
+++ b/emulators/ia64sim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 04:49:46 jlam Exp $
DISTNAME= ia64sim
PKGNAME= ia64sim-0.3
@@ -17,6 +17,6 @@ MAKEFILE= makefile.unx
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${LOCALBASE}/bin/ia64sim
+ ${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${PREFIX}/bin/ia64sim
.include "../../mk/bsd.pkg.mk"