diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-17 22:29:33 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-17 22:29:33 +0000 |
commit | 8e75645a6cf577d5383d7b3b79160d71c2aa7f4e (patch) | |
tree | 27cd263223291f322467e7eb63b9adbb020786d7 /audio/ccaudio | |
parent | 899fed4bf1e1ebe2527a60af922fca9999b72fb7 (diff) |
Notes
Diffstat (limited to 'audio/ccaudio')
-rw-r--r-- | audio/ccaudio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index b220f9be4249..b7167e530637 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} MASTER_SITE_SUBDIR= ccaudio/:gnu \ bayonne/:sf -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \ - ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu,sf MAINTAINER= ports@FreeBSD.org COMMENT= C++ class framework for manipulating audio files |