summaryrefslogtreecommitdiff
path: root/print/hpijs
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/hpijs
parent1222a7415d276a6e4a3091593789c28357f21d54 (diff)
downloadpkgsrc-1aad5aee2827104b1bdda0f0c50042fdfbd16bd4.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'print/hpijs')
-rw-r--r--print/hpijs/Makefile14
1 files changed, 7 insertions, 7 deletions
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"