diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-05-08 23:05:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-05-08 23:05:24 +0000 |
commit | d180f5cc4187d14e3c4ff523f9d66a3fa53a1e26 (patch) | |
tree | 277a810870523af68b7b7fe65400e713ce3de822 /audio/snd | |
parent | 96f01f50460f61c36ee279f9760b718e40d051d3 (diff) | |
download | pkgsrc-d180f5cc4187d14e3c4ff523f9d66a3fa53a1e26.tar.gz |
revert last commit, which was based on nonsense from me
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index dea6827ad88..63d63406514 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,14 +1,11 @@ -# $NetBSD: Makefile,v 1.6 1998/05/06 09:32:43 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/05/08 23:05:24 hubertf Exp $ # DISTNAME= snd PKGNAME= snd-19980212 NO_WRKSUBDIR= YES CATEGORIES= audio -# agc - the distfile has changed on the MASTER_SITES. -# use the one on ftp.netbsd.org for just now. -# MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ +MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ MAINTAINER= hubertf@netbsd.org |