aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gammu-python
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2010-05-15 21:02:49 +0800
committerbsam <bsam@FreeBSD.org>2010-05-15 21:02:49 +0800
commit7dcc0cf0b273b6b592e32c6f8051da03b7bad88c (patch)
treee0d6aee9fc106e2c1f0555dfbd0d4d699c3779e8 /comms/gammu-python
parentb225d1839be05f54abac50bbf1a7c3a704488180 (diff)
downloadfreebsd-ports-gnome-7dcc0cf0b273b6b592e32c6f8051da03b7bad88c.tar.gz
freebsd-ports-gnome-7dcc0cf0b273b6b592e32c6f8051da03b7bad88c.tar.zst
freebsd-ports-gnome-7dcc0cf0b273b6b592e32c6f8051da03b7bad88c.zip
. move *.pyc and *.pyo file creation to comms/gammu Makefile
(so those who use comms/gammu with WITH_PYTHON_GAMMU option get the same files and pkg-plists as users of comms/gammu-python); . compile all python files after installing (not just __init__.py); . remove PORTREVISION from comms/gammu-python (should be fine to reflect the one from the master port, and it's bumped indirectly from 1 to 2); . do not bump PORTREVISION for comms/gammu since it's default package s not touched by those changes).
Diffstat (limited to 'comms/gammu-python')
-rw-r--r--comms/gammu-python/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/comms/gammu-python/Makefile b/comms/gammu-python/Makefile
index 03fb243ca0c5..9061fa3c47b8 100644
--- a/comms/gammu-python/Makefile
+++ b/comms/gammu-python/Makefile
@@ -5,7 +5,6 @@
# $FreeBSD$
#
-PORTREVISION= 1
PKGNAMESUFFIX= -python
CONFLICTS= gammu-[1-9]* gammu-devel-[1-9]*
@@ -14,8 +13,4 @@ WITH_PYTHON_GAMMU= yes
MASTERDIR= ${.CURDIR}/../gammu
-post-install:
- @${PYTHON_CMD} ${PYTHON_SITELIBDIR}/${PORTNAME}/__init__.py
-
-
.include "${MASTERDIR}/Makefile"