summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 04:49:45 +0000
committerjlam <jlam>2005-06-17 04:49:45 +0000
commit1aad5aee2827104b1bdda0f0c50042fdfbd16bd4 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /print
parent1222a7415d276a6e4a3091593789c28357f21d54 (diff)
downloadpkgsrc-1aad5aee2827104b1bdda0f0c50042fdfbd16bd4.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile4
-rw-r--r--print/hpijs/Makefile14
2 files changed, 9 insertions, 9 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index bfadbbaeedf..0996481f95a 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/20 12:24:28 agc Exp $
+# $NetBSD: Makefile,v 1.17 2005/06/17 04:49:48 jlam Exp $
#
DISTNAME= apsfilter-7.2.5
@@ -22,7 +22,7 @@ HAS_CONFIGURE= YES
USE_BZIP2= YES
USE_PKGINSTALL= YES
-CONFIGURE_ARGS+=--prefix=${LOCALBASE}
+CONFIGURE_ARGS+=--prefix=${PREFIX}
CONFIGURE_ARGS+=--with-shell=${SH}
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
index e1e0a3903c8..f7d4f319abd 100644
--- a/print/hpijs/Makefile
+++ b/print/hpijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/06/17 03:50:30 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/06/17 04:49:48 jlam Exp $
DISTNAME= hpijs-1.7.1
PKGREVISION= # empty
@@ -20,12 +20,12 @@ ONLY_FOR_COMPILER= gcc
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_DATA_DIR} ${LOCALBASE}/share/ppd
- ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/html/hpijs
- cd ${WRKSRC} && ${CP} hpijs ${LOCALBASE}/bin/hpijs
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/ppd
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hpijs
+ cd ${WRKSRC} && ${CP} hpijs ${PREFIX}/bin/hpijs
cd ${WRKSRC} && ${CP} hpijs_readme.html gs_hpijs.png \
- ${LOCALBASE}/share/doc/html/hpijs/
- cd ${WRKSRC} && ${CP} ppd/HP* ${LOCALBASE}/share/ppd/
- ${GZIP_CMD} ${LOCALBASE}/share/ppd/HP*.ppd
+ ${PREFIX}/share/doc/html/hpijs/
+ cd ${WRKSRC} && ${CP} ppd/HP* ${PREFIX}/share/ppd/
+ ${GZIP_CMD} ${PREFIX}/share/ppd/HP*.ppd
.include "../../mk/bsd.pkg.mk"