diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-06-02 03:11:22 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-06-02 03:11:22 +0800 |
commit | 39f72a119f15b9fbc5acae73eda592bfd6b4d07c (patch) | |
tree | 855f44d863facd8011d0cd77b89aa99fa2dc7170 /audio | |
parent | e3c58441230af8b63f6d9872407c17d35df07098 (diff) | |
download | freebsd-ports-gnome-39f72a119f15b9fbc5acae73eda592bfd6b4d07c.tar.gz freebsd-ports-gnome-39f72a119f15b9fbc5acae73eda592bfd6b4d07c.tar.zst freebsd-ports-gnome-39f72a119f15b9fbc5acae73eda592bfd6b4d07c.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 |