diff options
Diffstat (limited to 'audio/xfmpc/Makefile')
-rw-r--r-- | audio/xfmpc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index b84108d2b338..afd0607c7630 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfmpc -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -25,8 +25,4 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel USE_XLIB= yes -PLIST_FILES= bin/xfmpc \ - share/locale/fr/LC_MESSAGES/xfmpc.mo \ - share/locale/pt_BR/LC_MESSAGES/xfmpc.mo - .include <bsd.port.mk> |