Subject: Re: RCD_SCRIPTS problems
To: None <tech-pkg@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: tech-pkg
Date: 06/06/2005 15:20:03
--LZvS9be/3tNcYl/X
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Jun 06, 2005 at 03:16:53PM +0200, Manuel Bouyer wrote:
> Hi,
> I'm working on a new package, which provides a rc.d script. The problem is
> that setting RCD_SCRIPTS doesn't cause the script to be installed in
> examples/rc.d/ in mu case (I do have a files/vmpsd.sh script).
> Attached is the Makefile. Any idea on what's missing ?

Sorry, here's the Makefile

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--

--LZvS9be/3tNcYl/X
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=Makefile

# $NetBSD: Makefile,v 1.4 2005/06/06 03:07:25 jlam Exp $

DISTNAME=	vmpsd-1.3
PKGNAME= 	openvmps-1.3
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=vmps/}

MAINTAINER=	bouyer@NetBSD.org
HOMEPAGE=	http://vmps.sourceforge.net/
COMMENT=	GPL implementation of the VMPS protocol

WRKSRC=		${WRKDIR}/vmpsd

GNU_CONFIGURE=	YES
USE_PKGINSTALL=	YES

EGDIR=		${PREFIX}/share/examples/openvmps
RCD_SCRIPTS+=	vmpsd

CONF_FILES=	${EGDIR}/vlan.db ${PKG_SYSCONFDIR}/vlan.db

.include "../../mk/bsd.pkg.mk"

--LZvS9be/3tNcYl/X--