diff options
author | agc <agc> | 1998-04-22 11:05:01 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-22 11:05:01 +0000 |
commit | 85e71b358f29ed1f1eeef26ae6d1033c54e4217f (patch) | |
tree | 7c704a40be51eaf840514a005b30e0743cf59645 /audio | |
parent | fefaee8d82eb5cc271f5eb1b3dc1e9e43877e4a9 (diff) | |
download | pkgsrc-85e71b358f29ed1f1eeef26ae6d1033c54e4217f.tar.gz |
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rplay/Makefile | 4 | ||||
-rw-r--r-- | audio/tracker/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 9de33ea8033..ce107eb0cf6 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/17 09:37:22 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/22 11:05:02 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -18,7 +18,7 @@ CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib # XXX #USE_GMAKE= yes MAN1= rplay.1 xrplay.1 rplayd.1 rptp.1 MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5 -INFO_FILES= RPTP RPLAY rplay librplay +INFO_FILES= RPTP.info RPLAY.info rplay.info librplay.info pre-configure: for f in `find ${WRKDIR} -type f -print|xargs $[GREP} -l '/usr/local'`; do \ diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index adcaf7944bf..40612940d18 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/20 11:56:20 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1998/04/22 11:05:02 agc Exp $ # FreeBSD Id: Makefile,v 1.29 1996/12/20 23:46:22 ache Exp # @@ -18,7 +18,7 @@ MAKE_FLAGS= MACHINE=netbsd CC=${CC} INSTALL="${INSTALL}" \ INST_MAN_OPT="-c -m 644 -o ${BINOWN} -g ${BINGRP}" \ COMPRESSION_FILE=${PREFIX}/etc/compression_methods -f -INFO_FILES= tracker +INFO_FILES= tracker.info pre-install: cd ${WRKSRC}/Docs && \ |