diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-01 15:59:15 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-01 15:59:15 +0800 |
commit | 1331d93293ef63bc71feafdb99a718899ce5cf73 (patch) | |
tree | 4d307b471693ec4b275c79f06f7f888397796316 /archivers/thunar-archive-plugin | |
parent | 56f183e9f5e3f81f98a57f54261bbb23a9e9f099 (diff) | |
download | freebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.tar.gz freebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.tar.zst freebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.zip |
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
Diffstat (limited to 'archivers/thunar-archive-plugin')
-rw-r--r-- | archivers/thunar-archive-plugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/thunar-archive-plugin/Makefile b/archivers/thunar-archive-plugin/Makefile index f4426de4742a..a281f9f074d2 100644 --- a/archivers/thunar-archive-plugin/Makefile +++ b/archivers/thunar-archive-plugin/Makefile @@ -11,10 +11,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Archive plugin for the Thunar File Manager -USE_BZIP2= yes GNU_CONFIGURE= yes USE_XFCE= configenv libexo thunar -USES= gettext gmake pkgconfig +USES= tar:bzip2 gettext gmake pkgconfig INSTALLS_ICONS= yes USE_GNOME= intltool |