diff options
author | ben <ben@pkgsrc.org> | 2003-12-14 03:03:32 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2003-12-14 03:03:32 +0000 |
commit | 4bd41aa2cede300a9b7ee9b44b3d38b9d4e5c426 (patch) | |
tree | ff5323cec589dd84334af8ffeb68516bd69ea979 /audio/csound-bath/Makefile | |
parent | 4c77db34f65b5f3ec58c3d2df82a4921cee13877 (diff) | |
download | pkgsrc-4bd41aa2cede300a9b7ee9b44b3d38b9d4e5c426.tar.gz |
Update HOMEPAGE and CONFLICTS to match csound changes.
Diffstat (limited to 'audio/csound-bath/Makefile')
-rw-r--r-- | audio/csound-bath/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/csound-bath/Makefile b/audio/csound-bath/Makefile index 879c146e818..4a52f5c6d8d 100644 --- a/audio/csound-bath/Makefile +++ b/audio/csound-bath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/12/13 20:14:26 ben Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/14 03:03:32 ben Exp $ # DISTNAME= Csound4.23 @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.cs.bath.ac.uk/pub/dream/newest/ MAINTAINER= ben@netbsd.org -HOMEPAGE= http://www.csound.org/ +HOMEPAGE= http://www.csounds.com/ COMMENT= Software synthesizer and sequencer LICENSE= csound-license @@ -17,7 +17,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} DIST_SUBDIR= csound -CONFLICTS= csound-4* +CONFLICTS= csound-dev-4* USE_GMAKE= yes pre-patch: |