diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-22 04:33:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-22 04:33:12 +0000 |
commit | d3c01b3dffc7fab18610e4d5bef26cf11aad5e5d (patch) | |
tree | 6581514c459c37e20c5b0173a8d699663990b207 /audio/rplay | |
parent | c8916474a490d5ca10e9542e52f76af9b28f50b1 (diff) | |
download | pkgsrc-d3c01b3dffc7fab18610e4d5bef26cf11aad5e5d.tar.gz |
RPLAY.info was listed twice...make one of them RPTP.info.
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index c1e826764a6..d24a31f46ab 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/05/01 07:16:14 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/05/22 04:33:12 jlam Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include # for gsm.h and rxposix.h DEPENDS+= readline>=4.0:../../devel/readline .endif -INFO_FILES= RPLAY.info RPLAY.info librplay.info rplay.info +INFO_FILES= RPLAY.info RPTP.info librplay.info rplay.info pre-configure: cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf |