diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-27 06:00:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-27 06:00:02 +0800 |
commit | 9a2d97ff5656d0546444c41be194f089c0251dec (patch) | |
tree | 34558ddf8687c7ca20f4fb313973c9b5b6bbdd73 /misc/gnome-osd | |
parent | 25c1ce1ef47541702bc0838c66544a681a3b9009 (diff) | |
download | freebsd-ports-gnome-9a2d97ff5656d0546444c41be194f089c0251dec.tar.gz freebsd-ports-gnome-9a2d97ff5656d0546444c41be194f089c0251dec.tar.zst freebsd-ports-gnome-9a2d97ff5656d0546444c41be194f089c0251dec.zip |
Fix plist.
Reported by: pointyhat logs
Approved by: portmgr (implicit)
Diffstat (limited to 'misc/gnome-osd')
-rw-r--r-- | misc/gnome-osd/Makefile | 3 | ||||
-rw-r--r-- | misc/gnome-osd/pkg-plist | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index 46c3dfa1a142..c13f2415f830 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -7,14 +7,13 @@ PORTNAME= gnome-osd PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://telecom.inescporto.pt/~gjc/gnome-osd/ MAINTAINER= jylefort@brutele.be COMMENT= An On-Screen-Display infrastructure using Pango text rendering -BROKEN= Incomplete pkg-plist - USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 diff --git a/misc/gnome-osd/pkg-plist b/misc/gnome-osd/pkg-plist index ebf2041b91d9..99b0b43da975 100644 --- a/misc/gnome-osd/pkg-plist +++ b/misc/gnome-osd/pkg-plist @@ -29,7 +29,10 @@ share/gnome/gnome-osd/xchatosd.py share/gnome/pixmaps/gnome-osd.png share/locale/ja/LC_MESSAGES/gnome-osd.mo share/locale/pt/LC_MESSAGES/gnome-osd.mo +@dirrm share/gnome/gnome-osd @dirrm %%PYTHON_SITELIBDIR%%/gnomeosd +@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README |