diff options
author | fredb <fredb@pkgsrc.org> | 2002-04-01 15:26:36 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-04-01 15:26:36 +0000 |
commit | 919b7de04a9bca60a26e3819341140825e327bd9 (patch) | |
tree | a4264840b1e59b15a00f9317e540e90faef2a686 /audio/dap/Makefile | |
parent | 9a18f96a5e9c6654e1439b9351392fafe3474273 (diff) | |
download | pkgsrc-919b7de04a9bca60a26e3819341140825e327bd9.tar.gz |
Update to version 2.1.2:
Added ability to balance / pan in mixplay screens (2, 4, desk).
Added FEATURES document.
Update TODO document with user suggestions.
Diffstat (limited to 'audio/dap/Makefile')
-rw-r--r-- | audio/dap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 260d5c2851e..441a68402ed 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2001/05/31 12:30:12 agc Exp $ +# $NetBSD: Makefile,v 1.12 2002/04/01 15:26:36 fredb Exp $ -DISTNAME= dap-2.1.1 +DISTNAME= dap-2.1.2 CATEGORIES= audio MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ EXTRACT_SUFX= .tgz @@ -22,6 +22,6 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/dap @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dap @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/TODO ${WRKSRC}/COPYING \ - ${PREFIX}/share/doc/dap + ${WRKSRC}/FEATURES ${PREFIX}/share/doc/dap .include "../../mk/bsd.pkg.mk" |