diff options
author | adamw <adamw@FreeBSD.org> | 2005-06-02 03:11:22 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-06-02 03:11:22 +0800 |
commit | 5d3e0081f37b02d5c210fc7fa5b62830c350300a (patch) | |
tree | 9ca3f54f72ac533a0fea1d7496e2c86e2d8d9b31 /audio | |
parent | 81f980dd8c6208eae1bfdbffad8bf9046e6d48d9 (diff) | |
download | freebsd-ports-gnome-5d3e0081f37b02d5c210fc7fa5b62830c350300a.tar.gz freebsd-ports-gnome-5d3e0081f37b02d5c210fc7fa5b62830c350300a.tar.zst freebsd-ports-gnome-5d3e0081f37b02d5c210fc7fa5b62830c350300a.zip |
Depend on gnomehier, and remove a locale dir not in the plist.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tagtool/Makefile | 3 | ||||
-rw-r--r-- | audio/tagtool/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index 70abad58ad17..416241bd2f19 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -7,6 +7,7 @@ PORTNAME= tagtool PORTVERSION= 0.12.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +23,7 @@ USE_REINPLACE= yes USE_LIBTOOL_VER=15 USE_GMAKE= yes -USE_GNOME= gnomehack intlhack libglade2 +USE_GNOME= gnomehack intlhack libglade2 gnomehier CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} diff --git a/audio/tagtool/pkg-plist b/audio/tagtool/pkg-plist index a04ff7f2e5f2..40c77579c65a 100644 --- a/audio/tagtool/pkg-plist +++ b/audio/tagtool/pkg-plist @@ -30,3 +30,5 @@ share/locale/ua/LC_MESSAGES/tagtool.mo %%DATADIR%%/tagtool.glade %%DATADIR%%/warn.png @dirrm %%DATADIR%% +@unexec /bin/rmdir %D/share/locale/ua/LC_MESSAGES 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/locale/ua 2>/dev/null || /usr/bin/true |