diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-21 17:58:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-21 17:58:33 +0000 |
commit | 9ceba69856656d42a16c8c3603ea9a4ae9d0b100 (patch) | |
tree | 23d572f4c58e7b876eebc58e11850d989457be4d /audio/rplay | |
parent | b81331757d1891d22940932d439d8be7d6a879a2 (diff) | |
download | pkgsrc-9ceba69856656d42a16c8c3603ea9a4ae9d0b100.tar.gz |
Use the general INSTALL/DEINSTALL scripts to automatically handle copying
and removing the rc.d script.
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 83100103e5c..cf9e9e4930e 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/11/21 17:55:55 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2001/11/21 17:58:33 jlam Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --sysconfdir=${CONFDIR} CONFIGURE_ENV+= RPLAY_TARGET=generic # XXX generic, or oss, or sun? INFO_FILES= RPLAY.info RPTP.info librplay.info rplay.info +RCD_SCRIPTS= rplayd pre-configure: cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf --force @@ -38,4 +39,5 @@ post-install: .include "../../audio/gsm/buildlink.mk" .include "../../devel/readline/buildlink.mk" .include "../../devel/rx/buildlink.mk" +.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |