diff options
author | agc <agc> | 1998-04-17 09:37:21 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-17 09:37:21 +0000 |
commit | 55a79893f8f0ec76274f5b31cc1e9bc71fdfb2d2 (patch) | |
tree | 4de4a4b8d8e63fa381b709cba28651c135f8773b /audio/rplay/Makefile | |
parent | f31a1adcf02648a58b00e7b75600577324692b64 (diff) | |
download | pkgsrc-55a79893f8f0ec76274f5b31cc1e9bc71fdfb2d2.tar.gz |
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'audio/rplay/Makefile')
-rw-r--r-- | audio/rplay/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 6e8e53e80c7..9de33ea8033 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:10 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/17 09:37:22 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/ MAINTAINER= rmallory@csusb.edu LIB_DEPENDS= gsm.1.0:${PORTSDIR}/audio/gsm -BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo -RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=${PREFIX}" @@ -20,6 +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 pre-configure: for f in `find ${WRKDIR} -type f -print|xargs $[GREP} -l '/usr/local'`; do \ @@ -40,9 +39,5 @@ post-install: @if [ ! -f ${PREFIX}/etc/rplay.hosts ]; then \ ${ECHO} localhost > ${PREFIX}/etc/rplay.hosts; \ fi - install-info ${PREFIX}/info/RPTP.info ${PREFIX}/info/dir - install-info ${PREFIX}/info/RPLAY.info ${PREFIX}/info/dir - install-info ${PREFIX}/info/rplay.info ${PREFIX}/info/dir - install-info ${PREFIX}/info/librplay.info ${PREFIX}/info/dir .include "../../mk/bsd.pkg.mk" |