aboutsummaryrefslogtreecommitdiff
path: root/misc/pybliographer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pybliographer/Makefile')
-rw-r--r--misc/pybliographer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile
index 95c7f18bba05..91234a6c1c02 100644
--- a/misc/pybliographer/Makefile
+++ b/misc/pybliographer/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pybliographer
PORTVERSION= 1.0.11
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= misc python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/pybliographer/1.0
@@ -41,8 +41,8 @@ pre-patch:
post-install:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
- ${PREFIX}/share/gnome/${PORTNAME}
+ ${PREFIX}/share/${PORTNAME}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
- ${PREFIX}/share/gnome/${PORTNAME}
+ ${PREFIX}/share/${PORTNAME}
.include <bsd.port.post.mk>