diff options
author | wiz <wiz> | 1999-12-25 18:03:23 +0000 |
---|---|---|
committer | wiz <wiz> | 1999-12-25 18:03:23 +0000 |
commit | 3495006aba200814bacf679be29c6d12484a3255 (patch) | |
tree | accd23924f06554178f6ae08caa61290257c79d0 /audio/amp | |
parent | 54ccfdb162735a6dd08bd71596e650f7823bd208 (diff) | |
download | pkgsrc-3495006aba200814bacf679be29c6d12484a3255.tar.gz |
removed distribution site that's not distributing anymore,
moved distfile to LOCAL_PORTS, as agreed on on packages@netbsd.org
(ftp.netbsd.org distfiles directory updated)
Diffstat (limited to 'audio/amp')
-rw-r--r-- | audio/amp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 34cfc361fac..bea23318cd9 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.7 1998/08/26 16:50:48 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/25 18:03:23 wiz Exp $ # DISTNAME= amp-0.7.6 CATEGORIES= audio -MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +# was ftp://ftp.rasip.fer.hr/pub/mpeg/ EXTRACT_SUFX= .tgz MAINTAINER= mycroft@netbsd.org +MIRROR_DISTFILE= no GNU_CONFIGURE= yes do-install: |