diff options
author | scw <scw@pkgsrc.org> | 2000-02-22 14:26:50 +0000 |
---|---|---|
committer | scw <scw@pkgsrc.org> | 2000-02-22 14:26:50 +0000 |
commit | a17340ae4bd57df9502df469647193803f6b0b45 (patch) | |
tree | 37ea3e7c094598ce8a295d9588fe4c6b54defca1 /audio/dap/Makefile | |
parent | d653ebe29b0bd1b02ea9a15e36755627720ef660 (diff) | |
download | pkgsrc-a17340ae4bd57df9502df469647193803f6b0b45.tar.gz |
Update package to dap-2.1, and simplify the Makefile now
that the tarfile has a version number.
Diffstat (limited to 'audio/dap/Makefile')
-rw-r--r-- | audio/dap/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 1a0427a3967..d446162af75 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1999/12/12 08:06:04 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/22 14:26:50 scw Exp $ -DISTNAME= DAPSource -PKGNAME= dap-2.0.2 -WRKSRC= ${WRKDIR}/dap +DISTNAME= dap-2.1 CATEGORIES= audio MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ +EXTRACT_SUFX= .tgz MAINTAINER= scw@netbsd.org HOMEPAGE= http://www.cee.hw.ac.uk/~richardk/ |