diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-05 16:54:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-05 16:54:04 +0000 |
commit | 7c781ca97094e3301587ae4a55baa795cbf9e99c (patch) | |
tree | e9ba4f7b77c86999ba007c7eb271474c2f8acf0a /audio/csound-manual/Makefile | |
parent | bf6758b9a0c723f4e7004a196c49de54d2580c99 (diff) | |
download | pkgsrc-7c781ca97094e3301587ae4a55baa795cbf9e99c.tar.gz |
Some files have same name as in the previous version, but
different contents -- change DIST_SUBDIR so that they don't conflict.
Diffstat (limited to 'audio/csound-manual/Makefile')
-rw-r--r-- | audio/csound-manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile index 7e3e5f802e0..9c380dd2bf8 100644 --- a/audio/csound-manual/Makefile +++ b/audio/csound-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/06/05 16:03:52 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/05 16:54:04 wiz Exp $ # DISTNAME= csound-manual-4.10 @@ -22,7 +22,7 @@ COMMENT= Manuals and examples for Csound LICENSE= csound-license NO_SRC_ON_CDROM= "no for-fee-redistribution" NO_BIN_ON_CDROM= ${NO_SRC_ON_CDROM} -DIST_SUBDIR= csound +DIST_SUBDIR= csound-4.10 NO_BUILD= yes WRKSRC= ${WRKDIR} |