diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 18:59:07 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 18:59:07 +0000 |
commit | 41af4f50cb78b8ee00249036e016227148efbaf3 (patch) | |
tree | c3148025feff1c0f651c09acc6fb638363551c46 /archivers | |
parent | 52f01bb4d84ff26a488f03a0604cc88257183405 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/squeeze/Makefile | 7 | ||||
-rw-r--r-- | archivers/thunar-archive-plugin/Makefile | 11 |
2 files changed, 8 insertions, 10 deletions
diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index 888c4c18e924..e26ecbf3e021 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -3,7 +3,7 @@ PORTNAME= squeeze PORTVERSION= 0.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -14,19 +14,20 @@ COMMENT= Squeeze is a modern and advanced archive manager LICENSE= GPLv2 -LIB_DEPENDS= thunar-vfs-1.5:${PORTSDIR}/x11-fm/thunar-vfs +LIB_DEPENDS= thunar-vfs-1:${PORTSDIR}/x11-fm/thunar-vfs GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_XFCE= configenv libutil thunar USE_XORG= x11 -USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig desktopfileutils +USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOB_SAFE= yes +USE_PKGCONFIG= build OPTIONS_DEFINE= DOCS diff --git a/archivers/thunar-archive-plugin/Makefile b/archivers/thunar-archive-plugin/Makefile index 3b5d14b05fcf..ae1922cca760 100644 --- a/archivers/thunar-archive-plugin/Makefile +++ b/archivers/thunar-archive-plugin/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: thunar-archive-plugin -# Date created: 2008-07-27 -# Whom: ports@c0decafe.net <ports@c0decafe.net> -# +# Created by: ports@c0decafe.net <ports@c0decafe.net> # $FreeBSD$ # PORTNAME= thunar-archive-plugin PORTVERSION= 0.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/thunar-plugins//${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=src/thunar-plugins//${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xfce@FreeBSD.org COMMENT= Archive plugin for the Thunar File Manager USE_BZIP2= yes |