From e201e9d26b1d1609dbba1dd17880570077b8161d Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 2 Feb 2000 17:02:38 +0000 Subject: [PATCH] Kill most instances of PATCH_SITES --- comms/hylafax/Makefile | 16 +++++++++------- converters/btoa/Makefile | 4 ++-- devel/gperf/Makefile | 17 +++++++---------- games/nethack/Makefile | 12 ++++++------ graphics/giflib/Makefile | 24 +++++++++++++----------- japanese/kterm/Makefile | 9 +++++---- japanese/less/Makefile | 19 ++++++++++--------- lang/egcs/stable/Makefile | 6 ++---- mail/mh/Makefile | 7 ++++--- misc/mmv/Makefile | 8 ++++---- net/mtr/Makefile | 7 ++++--- security/ssh/Makefile | 13 ++++++------- textproc/ispell/Makefile | 7 ++++--- textproc/xpdf/Makefile | 11 ++++++----- www/squid/Makefile | 14 ++++++++------ x11/olvwm/Makefile | 7 ++++--- 16 files changed, 94 insertions(+), 87 deletions(-) diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 202e0be0167..dacab05ce85 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 1999/12/11 02:36:40 brad Exp $ +# $OpenBSD: Makefile,v 1.15 2000/02/02 17:02:38 espie Exp $ BROKEN= bad packing lists @@ -8,14 +8,16 @@ PKGNAME= hylafax-4.0.2-A4 .else PKGNAME= hylafax-4.0.2-letter .endif + +NEED_VERSION= 1.175 CATEGORIES= comms MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ \ ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ \ ftp://ftp.sisis.de/pub/hylafax/source/ +MASTER_SITES0= http://www.hylafax.org/patches/ EXTRACT_SUFX= -tar.gz -PATCH_SITES= http://www.hylafax.org/patches/ -PATCHFILES= gcc-2.8.x.patch +PATCHFILES= gcc-2.8.x.patch:0 PATCH_DIST_STRIP= -p1 MAINTAINER= d@openbsd.org @@ -24,7 +26,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 LIB_DEPENDS= tiff.35:${PORTSDIR}/graphics/tiff -USE_GMAKE= yes +USE_GMAKE= Yes .if !defined(A4) PAGESIZE= North American Letter @@ -35,7 +37,7 @@ PAGESIZE= ISO A4 FAXUID= uucp FAXGID= dialer -HAS_CONFIGURE= yes +HAS_CONFIGURE= Yes CONFIGURE_ARGS= --with-INSTALL="" \ --with-MAKE="${GMAKE}" \ --with-CC="${CC}" \ @@ -63,8 +65,8 @@ pre-fetch: .endif post-install: - @${CHOWN} ${FAXUID}.${FAXGID} ${SUID_EXES} - @${CHMOD} a=rx,u+s ${SUID_EXES} + @chown ${FAXUID}.${FAXGID} ${SUID_EXES} + @chmod a=rx,u+s ${SUID_EXES} ${INSTALL_DATA} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/lib/fax .include diff --git a/converters/btoa/Makefile b/converters/btoa/Makefile index 43a77cc69f9..b2a234bcff1 100644 --- a/converters/btoa/Makefile +++ b/converters/btoa/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 1999/04/01 06:20:04 brad Exp $ +# $OpenBSD: Makefile,v 1.4 2000/02/02 17:02:38 espie Exp $ DISTNAME= btoa-5.2 PKGNAME= btoa-5.2.1 CATEGORIES= converters +NEED_VERSION= 1.175 # The readme says both "public domain" and "may not be used commercially". # I'm being nice to the authors... @@ -12,7 +13,6 @@ RESTRICTED= "no commercial use" MAINTAINER= angelos@openbsd.org MASTER_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITES= ${MASTER_SITES} PATCHFILES= btoa-5.2-patch1.gz MAKE_FLAGS= DESTDIR=${PREFIX} -f diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index fd37d73d51e..7f6711c05cd 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 1999/05/30 18:35:17 espie Exp $ +# $OpenBSD: Makefile,v 1.2 2000/02/02 17:02:39 espie Exp $ DISTNAME= gperf-2.7 PKGNAME= gperf-2.7-19981006 @@ -11,21 +11,18 @@ MAINTAINER= espie@cvs.openbsd.org MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gperf DIRECTORY= egcs/infrastructure/ -PATCH_SITES= ftp://egcs.cygnus.com/pub/${DIRECTORY} -PATCH_SITES+= ftp://ftp.goof.com/pub/pcg/${DIRECTORY} -PATCH_SITES+= ftp://go.cygnus.com/pub/ftp.cygnus.com/${DIRECTORY} +MASTER_SITES0= ftp://egcs.cygnus.com/pub/${DIRECTORY} +MASTER_SITES0+= ftp://ftp.goof.com/pub/pcg/${DIRECTORY} +MASTER_SITES0+= ftp://go.cygnus.com/pub/ftp.cygnus.com/${DIRECTORY} PATCH_DIST_STRIP=-p1 -PATCHFILES= gperf-2.7-19981006.pat +PATCHFILES= gperf-2.7-19981006.pat:0 -NEED_VERSION=1.71 +NEED_VERSION=1.175 SEPARATE_BUILD= concurrent -GNU_CONFIGURE= yes +GNU_CONFIGURE= Yes post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi @install-info ${PREFIX}/info/make.info ${PREFIX}/info/dir diff --git a/games/nethack/Makefile b/games/nethack/Makefile index afd14f97386..768629e698e 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1999/12/20 00:37:57 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2000/02/02 17:02:40 espie Exp $ # $FreeBSD: Makefile,v 1.13 1997/12/25 22:29:17 asami Exp $ DISTNAME= nethack-3.2.3 @@ -10,18 +10,18 @@ MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.2/src/ \ DISTFILES= nethack-3.2.2.tar.gz WRKSRC=${WRKDIR}/nethack-3.2.2 -PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/ -PATCHFILES=nh-3.2.2-3.2.3.diff +MASTER_SITES0= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/ +PATCHFILES=nh-3.2.2-3.2.3.diff:0 MASTER_SITE_SUBDIR= nethack -NEED_VERSION= 1.114 +NEED_VERSION= 1.175 MAINTAINER= espie@openbsd.org -USE_GMAKE= yes -USE_X11= yes +USE_GMAKE= Yes +USE_X11= Yes NHDIR= ${PREFIX}/lib/nethackdir MAKE_ENV+= NHDIR=${NHDIR} diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 939bf2e3dab..33b05a196f5 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,27 +1,29 @@ -# $OpenBSD: Makefile,v 1.6 1999/06/09 20:20:15 brad Exp $ +# $OpenBSD: Makefile,v 1.7 2000/02/02 17:02:39 espie Exp $ DISTNAME= giflib-4.1.0 CATEGORIES= graphics +MASTER_SITES0= http://www.arrakeen.demon.co.uk/giflib/ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.arrakeen.demon.co.uk/giflib/ + ${MASTER_SITES0} + MASTER_SITE_SUBDIR= libs/giflib -PATCH_SITES= http://www.arrakeen.demon.co.uk/giflib/ -PATCHFILES= giflib-4.1.0-19990224.patch.gz \ - giflib-4.1.0-19990305.patch.gz \ - giflib-4.1.0-19990322.patch.gz \ - giflib-4.1.0-19990415.patch.gz \ - giflib-4.1.0-19990523.patch.gz +PATCHFILES= giflib-4.1.0-19990224.patch.gz:0 \ + giflib-4.1.0-19990305.patch.gz:0 \ + giflib-4.1.0-19990322.patch.gz:0 \ + giflib-4.1.0-19990415.patch.gz:0 \ + giflib-4.1.0-19990523.patch.gz:0 + PATCH_DIST_STRIP= -p1 -NEED_VERSION= 1.73 +NEED_VERSION= 1.175 MAINTAINER= yanick@fries.net -USE_GMAKE= yes +USE_GMAKE= Yes SYSCONFDIR= ${PREFIX}/lib SEPARATE_BUILD= concurrent -GNU_CONFIGURE= yes +GNU_CONFIGURE= Yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static --sysconfdir=${SYSCONFDIR} diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile index b1532e94b42..2b457cecbfb 100644 --- a/japanese/kterm/Makefile +++ b/japanese/kterm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1998/10/18 05:02:07 marc Exp $ +# $OpenBSD: Makefile,v 1.3 2000/02/02 17:02:39 espie Exp $ # DISTNAME= kterm-6.2.0 @@ -6,14 +6,15 @@ PKGNAME= ja-kterm-6.2.0 CATEGORIES= japanese x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications +NEED_VERSION= 1.175 -PATCH_SITES= ftp://ftp.sra.co.jp/pub/x11/kterm/ -PATCHFILES= kterm-6.2.0.NFS-xauth.patch +MASTER_SITES0= ftp://ftp.sra.co.jp/pub/x11/kterm/ +PATCHFILES= kterm-6.2.0.NFS-xauth.patch:0 MAINTAINER= ports@openbsd.org -USE_IMAKE= yes +USE_IMAKE= Yes .if exists(/usr/X11R6/lib/libXaw3d.a) && !defined(PACKAGE_BUILDING) post-patch: diff --git a/japanese/less/Makefile b/japanese/less/Makefile index 33143a8cdca..d4e9b4f03d9 100644 --- a/japanese/less/Makefile +++ b/japanese/less/Makefile @@ -5,7 +5,7 @@ # Whom: Nobuhiro Yasutomi # # $FreeBSD: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp $ -# $OpenBSD: Makefile,v 1.3 1999/09/26 21:57:26 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2000/02/02 17:02:39 espie Exp $ # DISTNAME= less-332 @@ -13,21 +13,22 @@ PKGNAME= ja-less-332-248 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= less +NEDD_VERSION= 1.175 -PATCH_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/less/ -PATCHFILES= less-332-iso242.patch.gz \ - less-332-iso242-243.patch.gz \ - less-332-iso243-244.patch.gz \ - less-332-iso244-245.patch.gz \ - less-332-iso245-247.patch.gz \ - less-332-iso247-248.patch.gz +MASTER_SITES0= ftp://ftp.big.or.jp/pub/usr2/jam/less/ +PATCHFILES= less-332-iso242.patch.gz:0 \ + less-332-iso242-243.patch.gz:0 \ + less-332-iso243-244.patch.gz:0 \ + less-332-iso244-245.patch.gz:0 \ + less-332-iso245-247.patch.gz:0 \ + less-332-iso247-248.patch.gz:0 PATCH_DIST_STRIP= -p1 MAINTAINER=espie@openbsd.org #MAINTAINER= nobu@psrc.isac.co.jp -GNU_CONFIGURE= yes +GNU_CONFIGURE= Yes MAN1= jless.1 jlesskey.1 .include diff --git a/lang/egcs/stable/Makefile b/lang/egcs/stable/Makefile index b4d35e1acc3..5663901d491 100644 --- a/lang/egcs/stable/Makefile +++ b/lang/egcs/stable/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 1999/09/17 11:42:05 espie Exp $ +# $OpenBSD: Makefile,v 1.25 2000/02/02 17:02:39 espie Exp $ # This is a configuration file for egcs, stable release. # it only works right with a recent bsd.port.mk. -NEED_VERSION=1.73 +NEED_VERSION=1.175 # we could remove this dependency by patching configure, but this is not # reasonable... @@ -123,8 +123,6 @@ MASTER_SITES+= ftp://cair-archive.kaist.ac.kr/pub/gnu/${DIRECTORY} MASTER_SITES+= ftp://linux.ihep.su/pub/cygnus/${DIRECTORY} MASTER_SITES+= ftp://linux.cis.nctu.edu.tw/pub/packages/pcg/${DIRECTORY} -PATCH_SITES= ${MASTER_SITES} - # Misc bug sections pre-fetch: .if (${MACHINE_ARCH} == "i386") diff --git a/mail/mh/Makefile b/mail/mh/Makefile index 54c7d3e1c5c..baa5bf9ed18 100644 --- a/mail/mh/Makefile +++ b/mail/mh/Makefile @@ -3,7 +3,7 @@ # Date created: April 8, 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.1.1.1 1998/04/30 23:51:57 marc Exp $ +# $OpenBSD: Makefile,v 1.2 2000/02/02 17:02:39 espie Exp $ # DISTNAME= mh-6.8.3 @@ -12,8 +12,9 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/ EXTRACT_SUFX= .tar.Z -PATCH_SITES= ftp://ftp.ics.uci.edu/pub/mh/updates/ -PATCHFILES= MH.6.8.4.Z +NEED_VERSION= 1.175 +MASTER_SITES0= ftp://ftp.ics.uci.edu/pub/mh/updates/ +PATCHFILES= MH.6.8.4.Z:0 MAINTAINER= angelos@openbsd.org diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index c0ea04b9621..8e58036fddd 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -3,18 +3,18 @@ # Date created: June 6 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.2 1999/09/22 10:44:21 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2000/02/02 17:02:39 espie Exp $ # -NEED_VERSION= 1.116 +NEED_VERSION= 1.175 DISTNAME= mmv PKGNAME= mmv-1.01b CATEGORIES= misc MASTER_SITES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.unix/volume21/mmv/ DISTFILES= part01.Z part02.Z -PATCH_SITES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.unix/volume22/ -PATCHFILES= mmv.pch.Z +MASTER_SITES0= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.unix/volume22/ +PATCHFILES= mmv.pch.Z:0 MAINTAINER= angelos@openbsd.org diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 4f63712c477..9f01261d06a 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,15 +1,16 @@ -# $OpenBSD: Makefile,v 1.5 2000/01/24 15:29:44 itojun Exp $ +# $OpenBSD: Makefile,v 1.6 2000/02/02 17:02:40 espie Exp $ DISTNAME= mtr-0.41 CATEGORIES= net MAINTAINER= jakob@openbsd.org +NEED_VERSION= 1.175 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ ftp://ftp.lysator.liu.se/mirror/unix/mtr/ -PATCHFILES= mtr-041-v6-19990903b.diff.gz -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= mtr-041-v6-19990903b.diff.gz:0 PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 97b42703570..24ef89ce96f 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,19 +1,18 @@ -# $OpenBSD: Makefile,v 1.47 1999/12/13 03:04:54 brad Exp $ +# $OpenBSD: Makefile,v 1.48 2000/02/02 17:02:38 espie Exp $ DISTNAME= ssh-1.2.27 CATEGORIES= security net +NEED_VERSION= 1.175 MASTER_SITES= http://the.wiretapped.net/security/cryptography/ssh/SSH/ \ ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ ftp://ftp.cert.dfn.de/pub/tools/net/ssh/ -PATCH_SITES= http://www.ssh.org/patches/ \ +MASTER_SITES0= http://www.ssh.org/patches/ \ ftp://ftp2.inch.com/pub/FreeBSD/ -PATCHFILES= patch-${DISTNAME}-bsd.tty.chown +PATCHFILES= patch-${DISTNAME}-bsd.tty.chown:0 PATCH_DIST_STRIP= -p1 -NEED_VERSION= 1.121 - NO_CDROM= "CRYPTO: Third party crypto not allowed." RESTRICTED= "Crypto; export-controlled" @@ -25,12 +24,12 @@ CONFIGURE_ARGS+= --with-rsaref="${LOCALBASE}/lib" CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" .endif -GNU_CONFIGURE= yes +GNU_CONFIGURE= Yes CONFIGURE_ARGS+=--with-etcdir="${ETCDIR}" \ --with-rsh="${RSHPROG}" \ --with-libwrap -IS_INTERACTIVE= yes +IS_INTERACTIVE= Yes .if defined(X11) && ${X11:U} == NO CONFIGURE_ARGS= --without-x diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 09de476948f..a5768b5e8b0 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2000/01/04 19:12:46 brad Exp $ +# $OpenBSD: Makefile,v 1.11 2000/02/02 17:02:38 espie Exp $ # Original from: Ejovi Nuwere NEED_VERSION= 1.163 @@ -8,13 +8,14 @@ GERMAN_DICT= hk2-deutsch DISTNAME= ispell-3.1.20 CATEGORIES= textproc +NEED_VERSION= 1.175 MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ MASTER_SITES0= ftp://ftp.robot.ireq.ca/pub/ispell/ MASTER_SITES1= ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/ +MASTER_SITES2= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ SUPDISTFILES= ${FRENCH_DICT}.tar.gz:0 ${GERMAN_DICT}.tar.gz:1 -PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ -PATCHFILES= ispell-html-mode.patch +PATCHFILES= ispell-html-mode.patch:2 MAINTAINER= ports@openbsd.org diff --git a/textproc/xpdf/Makefile b/textproc/xpdf/Makefile index ef04c43c28e..77a1fc84767 100644 --- a/textproc/xpdf/Makefile +++ b/textproc/xpdf/Makefile @@ -1,21 +1,22 @@ -# $OpenBSD: Makefile,v 1.6 1999/10/06 20:36:29 rohee Exp $ +# $OpenBSD: Makefile,v 1.7 2000/02/02 17:02:38 espie Exp $ DISTNAME= xpdf-0.90 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.duke.edu/pub/X11/contrib/applications/ \ ftp://ftp.foolabs.com/pub/xpdf/ +MASTER_SITES0= http://www.fefe.de/ MASTER_SITE_SUBDIR= support/xpdf +NEED_VERSION= 1.175 EXTRACT_SUFX= .tgz PATCH_DIST_STRIP= -p1 -PATCH_SITES= http://www.fefe.de/ -PATCHFILES= xpdf-0.90-fefe-diff2.gz +PATCHFILES= xpdf-0.90-fefe-diff2.gz:0 MAINTAINER= eep@inconnect.com -USE_X11= yes -GNU_CONFIGURE= yes +USE_X11= Yes +GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-gzip .include diff --git a/www/squid/Makefile b/www/squid/Makefile index d2be0774112..023123cc7a3 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,16 +1,18 @@ -# $OpenBSD: Makefile,v 1.8 2000/01/17 15:38:38 brad Exp $ +# $OpenBSD: Makefile,v 1.9 2000/02/02 17:02:38 espie Exp $ DISTNAME= squid-2.2.STABLE5 PKGNAME= squid-2.2 CATEGORIES= www MASTER_SITES= http://squid.nlanr.net/Versions/v2/2.2/ +MASTER_SITES0= http://squid.nlanr.net/Versions/v2/2.2/bugs/ EXTRACT_SUFX= -src.tar.gz -PATCH_SITES= http://squid.nlanr.net/Versions/v2/2.2/bugs/ -PATCHFILES= squid-2.2.stable5-no_cache.patch \ - squid-2.2.stable5-ipcache_negative.patch \ - squid-2.2.stable5-newlines_in_auth.patch \ - squid-2.2.stable5-domain-match.patch +NEED_VERSION= 1.175 +PATCHFILES= squid-2.2.stable5-no_cache.patch:0 \ + squid-2.2.stable5-ipcache_negative.patch:0 \ + squid-2.2.stable5-newlines_in_auth.patch:0 \ + squid-2.2.stable5-domain-match.patch:0 + .if defined(PATCH_DEBUG) && ${PATCH_DEBUG:U} == YES PATCH_DIST_ARGS=-d ${WRKSRC}/src -E ${PATCH_DIST_STRIP} .else diff --git a/x11/olvwm/Makefile b/x11/olvwm/Makefile index ed369bb58f4..30235087927 100644 --- a/x11/olvwm/Makefile +++ b/x11/olvwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1999/07/17 11:00:41 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2000/02/02 17:02:38 espie Exp $ # DISTNAME= olvwm4 @@ -10,8 +10,9 @@ DISTFILES= olvwm4.tar.Z MAINTAINER= ian@openbsd.org # The Patch01 and Patch02 patches are included in the patches directory. -# PATCH_SITES= ${MASTER_SITES} ftp://ftp.cdrom.com/X11/contrib/window_managers -# PATCHFILES= olvwm4.Patch01.Z olvwm4.Patch02.Z +# +# MASTER_SITES0 = ftp://ftp.cdrom.com/X11/contrib/window_managers +# PATCHFILES= olvwm4.Patch01.Z:0 olvwm4.Patch02.Z:0 # PATCH_DIST_STRIP= -p1 LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib