diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-28 01:55:04 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-28 01:55:04 +0800 |
commit | e66cddfe30e65253b72e8e6e3dfca1b2e383a9e8 (patch) | |
tree | 7fad79ec390c3cea4c378c913da8d414e9824eae /textproc/gnome-doc-utils/Makefile | |
parent | e0c42252122c67e687c2aa801fbe41f31e732ec3 (diff) | |
download | marcuscom-ports-e66cddfe30e65253b72e8e6e3dfca1b2e383a9e8.tar.gz marcuscom-ports-e66cddfe30e65253b72e8e6e3dfca1b2e383a9e8.tar.zst marcuscom-ports-e66cddfe30e65253b72e8e6e3dfca1b2e383a9e8.zip |
- Update to 0.3.2.
- Add run compileall.py in the post-install target to allow those .py files to
create .pyc to fix the plist. The .pyc file will be created when you run
those as in root. I can add -O for .pyo if anyone care.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4339 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/gnome-doc-utils/Makefile')
-rw-r--r-- | textproc/gnome-doc-utils/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 75a58877a..d149d54ef 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomedocutils -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-doc-utils/0.3 @@ -41,4 +40,7 @@ post-patch: ${WRKSRC}/doc/xslt/C/gnome-doc-xslt.xml \ ${WRKSRC}/doc/gnome-doc-make/C/gnome-doc-make.xml +post-install: + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PREFIX}/share/xml2po + .include <bsd.port.mk> |