summaryrefslogtreecommitdiff
path: root/databases/oraedit
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 04:49:45 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 04:49:45 +0000
commitd0915c61c3e5274723f1ab455789fc8891f1bec5 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /databases/oraedit
parent9df842d1237e5ab852210ddbb94642641ca27d97 (diff)
downloadpkgsrc-d0915c61c3e5274723f1ab455789fc8891f1bec5.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'databases/oraedit')
-rw-r--r--databases/oraedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile
index 53eb2dbf4cf..b01844d2448 100644
--- a/databases/oraedit/Makefile
+++ b/databases/oraedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:44 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 04:49:45 jlam Exp $
DISTNAME= oraedit-0.1.4
CATEGORIES= databases
@@ -15,7 +15,7 @@ PYTHON_PATCH_SCRIPTS= oraedit
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/oraedit ${LOCALBASE}/bin/oraedit
+ ${INSTALL_SCRIPT} ${WRKSRC}/oraedit ${PREFIX}/bin/oraedit
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"