summaryrefslogtreecommitdiff
path: root/graphics/jpeg2ps
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 /graphics/jpeg2ps
parenta4f055ba26863956147b0f0f2d789a3a17cb4fb0 (diff)
downloadpkgsrc-79688a7f5250bd47f328e560936fb29816443112.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'graphics/jpeg2ps')
-rw-r--r--graphics/jpeg2ps/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jpeg2ps/Makefile b/graphics/jpeg2ps/Makefile
index 657343ffdda..8ee4200b02a 100644
--- a/graphics/jpeg2ps/Makefile
+++ b/graphics/jpeg2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:58 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 04:49:47 jlam Exp $
#
DISTNAME= jpeg2ps-1.9
@@ -17,7 +17,7 @@ NO_BIN_ON_CD= ${RESTRICTED}
INSTALLATION_DIRS= bin man/man1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/jpeg2ps ${LOCALBASE}/bin
- ${INSTALL_MAN} ${WRKSRC}/jpeg2ps.1 ${LOCALBASE}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/jpeg2ps ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/jpeg2ps.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"