summaryrefslogtreecommitdiff
path: root/mail/mahogany/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 04:37:01 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 04:37:01 +0000
commitc4067383fa7dd27fd7b9fd4d9b95508da7659e3d (patch)
treeaf2b052a4f126183e94e94333679cdae9b5e24c7 /mail/mahogany/Makefile
parentUpdate 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/Makefile2
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)