From 39f72a119f15b9fbc5acae73eda592bfd6b4d07c Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 1 Jun 2005 19:11:22 +0000 Subject: Depend on gnomehier, and remove a locale dir not in the plist. --- audio/tagtool/Makefile | 3 ++- audio/tagtool/pkg-plist | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'audio') 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 -- cgit