diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:37:01 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:37:01 +0000 |
commit | c4067383fa7dd27fd7b9fd4d9b95508da7659e3d (patch) | |
tree | af2b052a4f126183e94e94333679cdae9b5e24c7 /mail/mahogany/Makefile | |
parent | Update to version 0.24. (diff) |
- Pass the OSTYPE/OPSYS to configure so it doesn't bomb.
- Fixup pkg-plist.
- Add mkdir flag to call to latex2html.
PR: 24783
Submitted by: maintainer
Diffstat (limited to 'mail/mahogany/Makefile')
-rw-r--r-- | mail/mahogany/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index a90caaa50794..32a0399fd52f 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -7,6 +7,7 @@ PORTNAME= mahogany PORTVERSION= 0.60 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mahogany @@ -22,6 +23,7 @@ BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html PYTHON_VERSION= python1.5 USE_AUTOCONF= yes USE_GMAKE= yes +CONFIGURE_ENV+= OSTYPE=${OPSYS} INSTALL_TARGET= install_bin install_locale .if !defined(NOPORTDOCS) |