diff options
author | sat <sat@FreeBSD.org> | 2006-05-29 01:10:24 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-29 01:10:24 +0800 |
commit | 12bd1b6bbab89b49f1ff28e3eeb06866ea1ad9b1 (patch) | |
tree | f4ab099ffedd27d33304f9d4f94490516c816ceb /textproc/pychm/Makefile | |
parent | 60a74fb2971c468c58b27aab556a73bacc40569a (diff) | |
download | freebsd-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/Makefile | 8 |
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> |