diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-21 20:43:54 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-21 20:43:54 +0000 |
commit | acdc1e350ed464b825b855665d6097961a1dd233 (patch) | |
tree | 8b7a1fc739a3819f26b8ffd25663e744ab913876 /mail/nmh | |
parent | 956a6b66e45416cdbdf9ae21ec515b85e8e66889 (diff) |
Fix up the result of a series of unfortunate events.
Notes
Notes:
svn path=/head/; revision=156619
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index ad97e615f9fa..647d7cd00743 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -55,16 +55,15 @@ PORTNAME= nmh PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_GNU} \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jkoshy +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= nmh MAINTAINER= scott+ports@sabami.seaslug.org COMMENT= A cleaned up MH mailer suite GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \ --sysconfdir=${PREFIX}/etc/nmh .ifdef NMH_EDITOR |