diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 03:57:17 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 03:57:17 +0000 |
commit | 4093a2b2727497ca3c632b8e92c9f36d8041f005 (patch) | |
tree | f82c6e3b003ff8ffbbbc9246573bc69c2b3907a1 /www/hypermail/Makefile | |
parent | bc66c2e5145a5c4dc31aea31e5934dc193ad3abf (diff) | |
download | FreeBSD-ports-4093a2b2727497ca3c632b8e92c9f36d8041f005.zip FreeBSD-ports-4093a2b2727497ca3c632b8e92c9f36d8041f005.tar.gz |
Update to version 2b30.
PR: 23601
Submitted by: David W. Chapman Jr. <poseiden@inethouston.net>
Diffstat (limited to 'www/hypermail/Makefile')
-rw-r--r-- | www/hypermail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile index aac4c1b..d5544c3 100644 --- a/www/hypermail/Makefile +++ b/www/hypermail/Makefile @@ -6,14 +6,15 @@ # PORTNAME= hypermail -PORTVERSION= 2b28 +PORTVERSION= 2b30 CATEGORIES= www MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \ ftp://ftp.faqs.org/hypermail/ MAINTAINER= veers@disturbed.net -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/hypermail MAN1= hypermail.1 MAN4= hmrc.4 |