diff options
-rw-r--r-- | devel/libassetml/Makefile | 2 | ||||
-rw-r--r-- | devel/libassetml/pkg-plist | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index a8b4e3b69421..beab6b7ad54b 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libassetml PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ofset diff --git a/devel/libassetml/pkg-plist b/devel/libassetml/pkg-plist index 29910d2269ac..eba452760eb6 100644 --- a/devel/libassetml/pkg-plist +++ b/devel/libassetml/pkg-plist @@ -9,8 +9,9 @@ share/gnome/help/libassetml/C/topic.dat share/locale/fr/LC_MESSAGES/libassetml.mo share/locale/it/LC_MESSAGES/libassetml.mo share/locale/ja/LC_MESSAGES/libassetml.mo +@exec /bin/mkdir -p %D/share/gnome/assetml @dirrm share/gnome/help/libassetml/C @dirrm share/gnome/help/libassetml -@dirrm share/gnome/assetml +@unexec /bin/rmdir %D/share/gnome/assetml 2>/dev/null || /usr/bin/true @dirrm include/libassetml-1.0/libassetml @dirrm include/libassetml-1.0 |