Index: head/comms/gammu/pkg-plist =================================================================== --- head/comms/gammu/pkg-plist (revision 254321) +++ head/comms/gammu/pkg-plist (revision 254322) @@ -1,44 +1,45 @@ bin/gammu bin/gammu-config bin/gammu-smsd bin/gammu-smsd-inject bin/gammu-smsd-monitor bin/jadmaker include/gammu/gammu-backup.h include/gammu/gammu-bitmap.h include/gammu/gammu-calendar.h include/gammu/gammu-call.h include/gammu/gammu-callback.h include/gammu/gammu-category.h include/gammu/gammu-config.h include/gammu/gammu-datetime.h include/gammu/gammu-debug.h include/gammu/gammu-error.h include/gammu/gammu-file.h include/gammu/gammu-info.h include/gammu/gammu-inifile.h include/gammu/gammu-keys.h include/gammu/gammu-limits.h include/gammu/gammu-memory.h include/gammu/gammu-message.h include/gammu/gammu-misc.h include/gammu/gammu-nokia.h include/gammu/gammu-ringtone.h include/gammu/gammu-security.h include/gammu/gammu-settings.h include/gammu/gammu-smsd.h include/gammu/gammu-statemachine.h include/gammu/gammu-types.h include/gammu/gammu-unicode.h include/gammu/gammu-wap.h include/gammu/gammu.h lib/libGammu.a lib/libgsmsd.a libdata/pkgconfig/gammu.pc libdata/pkgconfig/gammu-smsd.pc %%WITH_PYTHON_GAMMU%%%%PYTHON_SITELIBDIR%%/gammu/__init__.py +%%WITH_PYTHON_GAMMU%%%%PYTHON_SITELIBDIR%%/gammu/__init__.pyc %%WITH_PYTHON_GAMMU%%%%PYTHON_SITELIBDIR%%/gammu/_gammu.so %%WITH_PYTHON_GAMMU%%%%PYTHON_SITELIBDIR%%/gammu/Data.py %%WITH_PYTHON_GAMMU%%%%PYTHON_SITELIBDIR%%/gammu/Worker.py @dirrm include/gammu %%WITH_PYTHON_GAMMU%%@dirrm %%PYTHON_SITELIBDIR%%/gammu Property changes on: head/comms/gammu/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/comms/gammu-python/Makefile =================================================================== --- head/comms/gammu-python/Makefile (revision 254321) +++ head/comms/gammu-python/Makefile (revision 254322) @@ -1,17 +1,21 @@ # New ports collection makefile for: comms/gammu-python # Date created: 14 May 2010 # Whom: bsam # # $FreeBSD$ # -CATEGORIES= comms +PORTREVISION= 1 PKGNAMESUFFIX= -python CONFLICTS= gammu-[1-9]* gammu-devel-[1-9]* WITH_PYTHON_GAMMU= yes MASTERDIR= ${.CURDIR}/../gammu + +post-install: + @${PYTHON_CMD} ${PYTHON_SITELIBDIR}/${PORTNAME}/__init__.py + .include "${MASTERDIR}/Makefile" Property changes on: head/comms/gammu-python/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property