diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 12:53:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 12:53:20 +0000 |
commit | 7820efc9435f40ffbb08d2566f2757fc1708e651 (patch) | |
tree | 3553213f0dbf52b66b5361e5ce512659384aeb86 /graphics/cambevao | |
parent | 370eabc37c9e1ac9b54085f58a6d26eff4ede137 (diff) | |
download | pkgsrc-7820efc9435f40ffbb08d2566f2757fc1708e651.tar.gz |
Set RCD_SCRIPT_SRC and let the framework handle the rest.
Diffstat (limited to 'graphics/cambevao')
-rw-r--r-- | graphics/cambevao/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cambevao/Makefile b/graphics/cambevao/Makefile index 552d8010774..845044be738 100644 --- a/graphics/cambevao/Makefile +++ b/graphics/cambevao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:25 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/09/02 12:53:20 joerg Exp $ # DISTNAME= cambevao-2.2 @@ -13,6 +13,7 @@ COMMENT= Grabs images as jpg from bktr and ov511+ based USB webcams MAKE_ENV+= prefix=${PREFIX:Q} MAKE_FLAGS+= INSTALL=${INSTALL_PROGRAM:Q} RCD_SCRIPTS= cambevao +RCD_SCRIPT_SRC.cambevao= ${WRKSRC}/cambevao.rc.d INSTALLATION_DIRS= bin share/examples/cambevao share/examples/rc.d @@ -21,7 +22,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* DragonFly-*-* post-install: ${INSTALL_DATA} ${WRKSRC}/cambevao.xml ${PREFIX}/share/examples/cambevao ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cambevao.README - ${INSTALL_SCRIPT} ${WRKSRC}/cambevao.rc.d ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/cambevao .include "../../graphics/jpeg/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" |