aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pychm/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-05-29 01:10:24 +0800
committersat <sat@FreeBSD.org>2006-05-29 01:10:24 +0800
commit12bd1b6bbab89b49f1ff28e3eeb06866ea1ad9b1 (patch)
treef4ab099ffedd27d33304f9d4f94490516c816ceb /textproc/pychm/Makefile
parent60a74fb2971c468c58b27aab556a73bacc40569a (diff)
downloadfreebsd-ports-gnome-12bd1b6bbab89b49f1ff28e3eeb06866ea1ad9b1.tar.gz
freebsd-ports-gnome-12bd1b6bbab89b49f1ff28e3eeb06866ea1ad9b1.tar.zst
freebsd-ports-gnome-12bd1b6bbab89b49f1ff28e3eeb06866ea1ad9b1.zip
- Update to 0.8.3
Approved by: krion (mentor), maintainer
Diffstat (limited to 'textproc/pychm/Makefile')
-rw-r--r--textproc/pychm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/pychm/Makefile b/textproc/pychm/Makefile
index 50ee87d52729..ed98bf53def9 100644
--- a/textproc/pychm/Makefile
+++ b/textproc/pychm/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: pychm
-# Date created: 25 November 2004
-# Whom: Radek Kozlowski <radek@raadradd.com>
+# Date created: 25 November 2004
+# Whom: Radek Kozlowski <radek@raadradd.com>
#
# $FreeBSD$
#
PORTNAME= pychm
-PORTVERSION= 0.8.2
+PORTVERSION= 0.8.3
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnochm
@@ -20,6 +20,6 @@ NO_BUILD= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_INSTALLARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib \
- install -c -O1 --prefix=${PREFIX}
+ install -c -O1 --prefix=${PREFIX}
.include <bsd.port.mk>