diff options
author | agc <agc@pkgsrc.org> | 1998-04-15 10:38:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-15 10:38:06 +0000 |
commit | dccd43243dfa7b9fe09bdf507b64f2235cb5fa07 (patch) | |
tree | 33a4622592f58e4775f653481e5ec3c86edee661 /audio/rplay | |
parent | e5fc7b25971e8890e6ebe0fad23a929bab8d23ff (diff) | |
download | pkgsrc-dccd43243dfa7b9fe09bdf507b64f2235cb5fa07.tar.gz |
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Diffstat (limited to 'audio/rplay')
-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 62471025027..6e8e53e80c7 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: rplay - Network audio player -# Version required: 3.2.0b6 -# Date created: 16 March 1995 -# Whom: rmallory@csusb.edu -# -# $NetBSD: Makefile,v 1.5 1998/01/30 13:56:55 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:10 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -50,4 +45,4 @@ post-install: install-info ${PREFIX}/info/rplay.info ${PREFIX}/info/dir install-info ${PREFIX}/info/librplay.info ${PREFIX}/info/dir -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |