diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:37:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:37:03 +0800 |
commit | 778ce9e56ab4b61dc0bafdde7d952e53fe582001 (patch) | |
tree | e35ca6695df4391a1afd1107cea5dc7bd0a47b48 /audio/xmix/Makefile | |
parent | f061af8080abfb59038d436c3e16778abbf8a5a5 (diff) | |
download | freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.gz freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.zst freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.zip |
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'audio/xmix/Makefile')
-rw-r--r-- | audio/xmix/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index deb8ab8cb045..c7b247c38b56 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -6,11 +6,10 @@ DISTNAME= xmix-2.1 CATEGORIES= audio -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/mixers/ \ - ftp://ftp.icm.edu.pl/pub2/linux/apps/sound/mixers/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/mixers -PATCH_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/mixers/ \ - ftp://ftp.icm.edu.pl/pub2/linux/apps/sound/mixers/ +PATCH_SITES= ${MASTER_SITES} PATCHFILES= xmix-2.1.mixers.patch MAINTAINER= janek@gaja.ipan.lublin.pl |