diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-09 01:29:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-09 01:29:54 +0000 |
commit | 9f0dde451160355bd65711154c90fe7ca94e2135 (patch) | |
tree | 2968561a5243edc4bf5e1b360543ad821bb03f50 | |
parent | dff88901c6959ef035b4c76e28b67cbf8f4bb1ab (diff) | |
download | pkgsrc-9f0dde451160355bd65711154c90fe7ca94e2135.tar.gz |
reorder lines to silence pkglint
-rw-r--r-- | mail/exmh/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index dab7a45d7eb..ff3507e728d 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/04/26 18:56:13 garbled Exp $ +# $NetBSD: Makefile,v 1.18 2000/01/09 01:29:54 wiz Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -8,20 +8,12 @@ MASTER_SITES= http://sunscript.sun.com/dist/ EXTRACT_SUFX= .tar.Z PATCH_SITES= http://sunscript.sun.com/exmh/patches/2.0.1/ - -.include "../../mk/bsd.prefs.mk" - # User contributed and "new features". Some not useable as-is. -PATCHFILES+= seditpost.patch inc.patch next.patch +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) -.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 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.beedub.com/exmh/ @@ -31,6 +23,14 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 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 |