diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-18 06:29:33 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-18 06:29:33 +0800 |
commit | 724718f1ec809d6e8beb6b50a6288c669bc3ff43 (patch) | |
tree | 074c51640bc1aeebbef7d11aa6f4cd0412eced29 /audio/ccaudio/Makefile | |
parent | fcbdf7a0e74ab5857fd6b858ee75512d82aa057e (diff) | |
download | freebsd-ports-gnome-724718f1ec809d6e8beb6b50a6288c669bc3ff43.tar.gz freebsd-ports-gnome-724718f1ec809d6e8beb6b50a6288c669bc3ff43.tar.zst freebsd-ports-gnome-724718f1ec809d6e8beb6b50a6288c669bc3ff43.zip |
Remove duplicate listing from DISTFILES.
Diffstat (limited to 'audio/ccaudio/Makefile')
-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 |