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/thunar-archive-plugin | |
parent | 52f01bb4d84ff26a488f03a0604cc88257183405 (diff) | |
download | ports-41af4f50cb78b8ee00249036e016227148efbaf3.tar.gz ports-41af4f50cb78b8ee00249036e016227148efbaf3.zip |
Notes
Diffstat (limited to 'archivers/thunar-archive-plugin')
-rw-r--r-- | archivers/thunar-archive-plugin/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
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 |