diff options
author | jlam <jlam> | 2001-05-22 04:33:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-22 04:33:12 +0000 |
commit | 82e5cde5db6ee54db8450f35ba9713958ed51e3e (patch) | |
tree | 6581514c459c37e20c5b0173a8d699663990b207 /audio/rplay | |
parent | bf5e6ccfd413f5ab75bf789898b3ac29128f83d3 (diff) | |
download | pkgsrc-82e5cde5db6ee54db8450f35ba9713958ed51e3e.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 |