diff options
author | asami <asami@FreeBSD.org> | 1997-07-03 13:57:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-03 13:57:39 +0800 |
commit | 8fa5cb6fe4ef2cf9a5f048efdc454920a780c0b8 (patch) | |
tree | 2b2db092198abc879bed40be20db4b6941ec1a5d /mail/exmh2 | |
parent | f2c19b73a192caff10e93893e173df5f74fca304 (diff) | |
download | freebsd-ports-gnome-8fa5cb6fe4ef2cf9a5f048efdc454920a780c0b8.tar.gz freebsd-ports-gnome-8fa5cb6fe4ef2cf9a5f048efdc454920a780c0b8.tar.zst freebsd-ports-gnome-8fa5cb6fe4ef2cf9a5f048efdc454920a780c0b8.zip |
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.... ;)
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 0add4aa589bc..fb9c855f097d 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -3,7 +3,7 @@ # Date released: 1 Jan 97 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 <bsd.port.mk> 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 <bsd.port.mk> - -PATCH_DIST_ARGS+= -d ${WRKSRC}/lib |