diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-03 05:50:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-03 05:50:49 +0000 |
commit | c438b8ca4bc607e0ac45b8a91a34d9dfb82de046 (patch) | |
tree | 1c275a5f63395d0a24b7cafbfa1cda3aa2a746ee | |
parent | Be sure to unref the kqueue watch along with marking the kqueue file (diff) |
Remove a leftover directory.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=138371
-rw-r--r-- | devel/py-dbus/Makefile | 2 | ||||
-rw-r--r-- | devel/py-dbus/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index 11e024fc464e..18815eb15947 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-dbus/pkg-plist b/devel/py-dbus/pkg-plist index 84b57dc9fbe4..643537bd1494 100644 --- a/devel/py-dbus/pkg-plist +++ b/devel/py-dbus/pkg-plist @@ -26,3 +26,4 @@ lib/%%PYTHON_VERSION%%/site-packages/dbus/services.pyo lib/%%PYTHON_VERSION%%/site-packages/dbus/types.py lib/%%PYTHON_VERSION%%/site-packages/dbus/types.pyc lib/%%PYTHON_VERSION%%/site-packages/dbus/types.pyo +@dirrm lib/%%PYTHON_VERSION%%/site-packages/dbus |