diff options
author | tron <tron@pkgsrc.org> | 1999-11-08 20:48:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-08 20:48:22 +0000 |
commit | c7eebe9ef7d183c6994f4f31bbfdfa6ca95dd02e (patch) | |
tree | 3b9a8fc7771e2f73de46efb23a4bee43362c1408 | |
parent | 685a7020ee98981c0fc137b4f10b4ffd79b96723 (diff) | |
download | pkgsrc-c7eebe9ef7d183c6994f4f31bbfdfa6ca95dd02e.tar.gz |
Use "${MASTER_SITE_LOCAL}" instead of hand made URL pointing to the
distribution files section on "ftp.netbsd.org".
-rw-r--r-- | x11/fvwm1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/fvwm1/Makefile b/x11/fvwm1/Makefile index d6df75271ff..635287a5a82 100644 --- a/x11/fvwm1/Makefile +++ b/x11/fvwm1/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 1999/11/01 16:09:37 tron Exp $ +# $NetBSD: Makefile,v 1.21 1999/11/08 20:48:22 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # DISTNAME= fvwm-1.24r PKGNAME= ${DISTNAME:S/fvwm/fvwm1/} CATEGORIES= x11 -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= cjs@netbsd.org HOMEPAGE= http://www.hpc.uh.edu/fvwm/ @@ -14,6 +14,7 @@ DEPENDS= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm-1.* +MIRROR_DISTFILE= no USE_IMAKE= yes # drop -a because we have no `depends' target XMKMF= ${SH} -c "xmkmf && ${MAKE} Makefiles" |