diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-03 05:57:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-03 05:57:39 +0000 |
commit | a51186fdae2afe991e993844958912f05226549c (patch) | |
tree | 6ee08493e184634b6ee9d2d61c5cd545914242b0 /mail/exmh2 | |
parent | Upgrade to ucd-snmp 3.2, and make it work on -current. (diff) |
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.... ;)
Notes
Notes:
svn path=/head/; revision=7203
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 |