From 8fa5cb6fe4ef2cf9a5f048efdc454920a780c0b8 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 3 Jul 1997 05:57:39 +0000 Subject: Err Peter, that is exactly why most of the variables in bsd.port.mk are defined with "?=". I don't understand why it didn't work for you.... ;) --- mail/exmh2/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'mail/exmh2/Makefile') diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 0add4aa589b..fb9c855f097 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -3,7 +3,7 @@ # Date released: 1 Jan 97 # Whom: Peter Wemm # -# $Id: Makefile,v 1.8 1997/04/20 13:19:17 wosch Exp $ +# $Id: Makefile,v 1.9 1997/07/02 04:59:49 peter Exp $ # DISTNAME= exmh-2.0delta @@ -12,16 +12,12 @@ CATEGORIES= mail tk41 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/ EXTRACT_SUFX= .tar.Z -# Note: due to apparent weaknesses in bsd.port.mk, we have to override the -# PATCH_DIST_ARGS variable *after* .include in order to supply -# second "-d directory" arg to patch (to override the one that's not optional -# and unusable for us here). These patches are relative to the ${WRKSRC}/lib -# subdir, bsd.port.mk can't handle that. PATCH_SITES= http://www.sunlabs.com/~bwelch/exmh/patches/2.0delta/ PATCHFILES= getnews.patch ispell.patch addr.patch post.patch \ fontsel.patch html_get_http.patch sedit.patch \ html_formtag.patch editor.patch thread.patch \ pgp.patch mime.patch fcache.patch +PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E MAINTAINER= peter@FreeBSD.org @@ -55,5 +51,3 @@ do-install: WRKSRC=${WRKSRC} ${SCRIPTDIR}/install .include - -PATCH_DIST_ARGS+= -d ${WRKSRC}/lib -- cgit