summaryrefslogtreecommitdiff
path: root/graphics/cambevao
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-10-11 22:14:51 +0000
committerreed <reed@pkgsrc.org>2004-10-11 22:14:51 +0000
commit62071c8b2f022322c0b554163c08364af9fcac54 (patch)
treeae44ee69c13dd407b642338a295661db7eae0a64 /graphics/cambevao
parent15fee44a6ca90ee69da62ebfdc56244e4aece5e7 (diff)
downloadpkgsrc-62071c8b2f022322c0b554163c08364af9fcac54.tar.gz
RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
Diffstat (limited to 'graphics/cambevao')
-rw-r--r--graphics/cambevao/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cambevao/Makefile b/graphics/cambevao/Makefile
index 195cd075d33..41dc5abcd02 100644
--- a/graphics/cambevao/Makefile
+++ b/graphics/cambevao/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:49 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/11 22:14:52 reed Exp $
#
DISTNAME= cambevao-2.0
@@ -21,7 +21,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cambevao
${INSTALL_DATA} ${WRKSRC}/cambevao.xml ${PREFIX}/share/examples/cambevao
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cambevao.README
- ${INSTALL_SCRIPT} ${WRKSRC}/cambevao.rc.d ${RCD_SCRIPTS_EXAMPLEDIR}/cambevao
+ ${INSTALL_SCRIPT} ${WRKSRC}/cambevao.rc.d ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/cambevao
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"