diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-20 06:19:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-20 06:19:41 +0800 |
commit | daf48a371d90580ce9c31daa1708d9abe73334fe (patch) | |
tree | 3ef44c0317a1be238e534b8c8886edab23a07b75 /devel/libassetml | |
parent | 4ee4d868ecc28c09129ae60028bbc57b69df77df (diff) | |
download | freebsd-ports-gnome-daf48a371d90580ce9c31daa1708d9abe73334fe.tar.gz freebsd-ports-gnome-daf48a371d90580ce9c31daa1708d9abe73334fe.tar.zst freebsd-ports-gnome-daf48a371d90580ce9c31daa1708d9abe73334fe.zip |
Be sure to create the ${PREFIX}/share/gnome/assetml directory during
package installation as well as during port installation.
Reported by: pointyhat via kris
Diffstat (limited to 'devel/libassetml')
-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 |