summaryrefslogtreecommitdiff
path: root/devel
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 /devel
parent9df842d1237e5ab852210ddbb94642641ca27d97 (diff)
downloadpkgsrc-d0915c61c3e5274723f1ab455789fc8891f1bec5.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs2cl/Makefile4
-rw-r--r--devel/mrproject/Makefile4
-rw-r--r--devel/prc-tools/Makefile6
-rw-r--r--devel/ruby-optparse/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile
index 2a66c3f600f..29affb6a806 100644
--- a/devel/cvs2cl/Makefile
+++ b/devel/cvs2cl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:45 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/17 04:49:46 jlam Exp $
#
DISTNAME= cvs2cl-2.58
@@ -20,6 +20,6 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} \
- ${LOCALBASE}/bin/${DISTNAME:C/-.*$//}
+ ${PREFIX}/bin/${DISTNAME:C/-.*$//}
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/mrproject/Makefile b/devel/mrproject/Makefile
index 8a47fb07cf7..b23144007f8 100644
--- a/devel/mrproject/Makefile
+++ b/devel/mrproject/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/04/11 21:45:28 tv Exp $
+# $NetBSD: Makefile,v 1.30 2005/06/17 04:49:46 jlam Exp $
#
DISTNAME= mrproject-0.5.1
@@ -15,7 +15,7 @@ USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc/mrproject
+CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/mrproject
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --without-evolution-idldir
diff --git a/devel/prc-tools/Makefile b/devel/prc-tools/Makefile
index 5ac34f9a60c..9a205c7afed 100644
--- a/devel/prc-tools/Makefile
+++ b/devel/prc-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/06/01 20:08:00 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/17 04:49:46 jlam Exp $
#
DISTNAME= prc-tools-2.2
@@ -48,9 +48,9 @@ GCC_REQD+= 2.8.0
CONFIGURE_ARGS+=--enable-targets=m68k-palmos,arm-palmos
CONFIGURE_ARGS+=--enable-languages=c,c++
CONFIGURE_ARGS+=--with-headers=${WRKSRC}/empty
-CONFIGURE_ARGS+=--with-palmdev-prefix=${LOCALBASE}/share/palmdev
+CONFIGURE_ARGS+=--with-palmdev-prefix=${PREFIX}/share/palmdev
CONFIGURE_ARGS+=--disable-nls
-#CONFIGURE_ARGS+=--enable-html-docs=${LOCALBASE}/share/doc/html/prc-tools
+#CONFIGURE_ARGS+=--enable-html-docs=${PREFIX}/share/doc/html/prc-tools
post-extract:
${LN} -s ../${DIST_BINUTILS} ${WRKSRC}/binutils
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile
index 21528a88eb2..f227ebe976b 100644
--- a/devel/ruby-optparse/Makefile
+++ b/devel/ruby-optparse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:48 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/17 04:49:46 jlam Exp $
DISTNAME= optparse-0.12
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -36,7 +36,7 @@ do-install:
.for f in ${EXAMPLES_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/optparse/${f}.ja
.endfor
- ${INSTALL_MAN} ${WRKSRC}/optparse.1 ${LOCALBASE}/man/man3/optparse.3
+ ${INSTALL_MAN} ${WRKSRC}/optparse.1 ${PREFIX}/man/man3/optparse.3
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"