summaryrefslogtreecommitdiff
path: root/news/xrn
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 /news/xrn
parent1222a7415d276a6e4a3091593789c28357f21d54 (diff)
downloadpkgsrc-1aad5aee2827104b1bdda0f0c50042fdfbd16bd4.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'news/xrn')
-rw-r--r--news/xrn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/xrn/Makefile b/news/xrn/Makefile
index 243941f5391..0c611ae435e 100644
--- a/news/xrn/Makefile
+++ b/news/xrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:22:41 agc Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/17 04:49:47 jlam Exp $
#
DISTNAME= 9.01
@@ -18,9 +18,9 @@ DIST_SUBDIR= xrn
USE_IMAKE= yes
pre-install:
- ${INSTALL_DATA_DIR} ${X11PREFIX}/share/doc/xrn
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xrn
for f in COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog; do \
- ${INSTALL_DATA} ${WRKSRC}/$$f ${X11PREFIX}/share/doc/xrn; \
+ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/xrn; \
done
.include "../../mk/bsd.pkg.mk"