diff options
author | wulf <wulf> | 2000-03-06 10:21:32 +0000 |
---|---|---|
committer | wulf <wulf> | 2000-03-06 10:21:32 +0000 |
commit | b2c83110fac1671b205fab1b3b6e4d85cee750aa (patch) | |
tree | 79cccf02fbfb746a876a899b5552c84f27a8eabc /mail | |
parent | a4eafe763a481915fe02de734b5237599e163b5d (diff) | |
download | pkgsrc-b2c83110fac1671b205fab1b3b6e4d85cee750aa.tar.gz |
cleanout redundant code
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exmh/Makefile | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index aebd6486ad4..c85777bb280 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/03/02 05:19:55 kim Exp $ +# $NetBSD: Makefile,v 1.21 2000/03/06 10:21:32 wulf Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -6,30 +6,16 @@ DISTNAME= exmh-2.1.1 CATEGORIES= mail tk80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/ -#PATCH_SITES= http://sunscript.sun.com/exmh/patches/2.0.1/ -# User contributed and "new features". Some not useable as-is. -#PATCHFILES= seditpost.patch inc.patch next.patch -# XXX pgpExec.patch has got confused paths (supplied as patch-as) -# XXX newsgroups.patch is relative to a different directory (patch-at) -# XXX MDN.patch doesn't apply (patch-au) -# XXX post.from.patch doesn't apply (patch-av) - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.beedub.com/exmh/ DEPENDS+= tcl-8.0.5:../../lang/tcl80 DEPENDS+= tk-8.0.5:../../x11/tk80 -DEPENDS+= nmh>=1.0:../../mail/nmh -DEPENDS+= mm>=2.7:../../mail/metamail +DEPENDS+= nmh-1.0:../../mail/nmh +DEPENDS+= mm-2.7:../../mail/metamail .include "../../mk/bsd.prefs.mk" -#.if defined(PATCH_DEBUG) -#PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP} -#.else -#PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP} -#.endif - DIST_SUBDIR= ${PKGNAME} USE_X11= yes |