summaryrefslogtreecommitdiff
path: root/mail/exmh
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-09 01:29:54 +0000
committerwiz <wiz>2000-01-09 01:29:54 +0000
commit7fbc2ff8c41c0d301d71aeb8cf3e0d7291f85926 (patch)
tree2968561a5243edc4bf5e1b360543ad821bb03f50 /mail/exmh
parentf9a766cac4c81dcea579fbdd9d3eef588310debc (diff)
downloadpkgsrc-7fbc2ff8c41c0d301d71aeb8cf3e0d7291f85926.tar.gz
reorder lines to silence pkglint
Diffstat (limited to 'mail/exmh')
-rw-r--r--mail/exmh/Makefile20
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