diff options
author | reed <reed@pkgsrc.org> | 2004-12-28 02:47:40 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-12-28 02:47:40 +0000 |
commit | eaf8246691595c496e3cb0836565753f462ee776 (patch) | |
tree | 8823f72baedbd3b5995504940cccdd29b3f0c027 /graphics | |
parent | c1d0d58ca0d5d9540ac80dd89bcd1825a60b3831 (diff) | |
download | pkgsrc-eaf8246691595c496e3cb0836565753f462ee776.tar.gz |
The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cambevao/Makefile | 3 | ||||
-rw-r--r-- | graphics/nvtv/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/cambevao/Makefile b/graphics/cambevao/Makefile index cc2dfa3bb48..500026e3278 100644 --- a/graphics/cambevao/Makefile +++ b/graphics/cambevao/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/11/26 23:30:04 abs Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/28 02:47:43 reed Exp $ # DISTNAME= cambevao-2.2 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://core.de/~coto/projects/cambevao/ diff --git a/graphics/nvtv/Makefile b/graphics/nvtv/Makefile index beb16bbc0f6..271ee60f200 100644 --- a/graphics/nvtv/Makefile +++ b/graphics/nvtv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:56 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/28 02:47:43 reed Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 .include "Makefile.common" CONFLICTS= nvtv-gtk2-[0-9]* |