From owner-svn-ports-head@FreeBSD.ORG Sun May 10 16:38:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 488665AF; Sun, 10 May 2015 16:38:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 370921006; Sun, 10 May 2015 16:38:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4AGcrZs026477; Sun, 10 May 2015 16:38:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4AGcqfO026475; Sun, 10 May 2015 16:38:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505101638.t4AGcqfO026475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 May 2015 16:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385967 - head/www/swish-e X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 16:38:53 -0000 Author: amdmi3 Date: Sun May 10 16:38:52 2015 New Revision: 385967 URL: https://svnweb.freebsd.org/changeset/ports/385967 Log: - Strip library - Drop @dirrm* from plist Modified: head/www/swish-e/Makefile head/www/swish-e/pkg-plist Modified: head/www/swish-e/Makefile ============================================================================== --- head/www/swish-e/Makefile Sun May 10 15:27:25 2015 (r385966) +++ head/www/swish-e/Makefile Sun May 10 16:38:52 2015 (r385967) @@ -3,7 +3,7 @@ PORTNAME= swish-e PORTVERSION= 2.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www textproc MASTER_SITES= http://swish-e.org/distribution/ @@ -16,6 +16,7 @@ USES= gmake libtool perl5 GNU_CONFIGURE= yes MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ pkgdatadir="${DATADIR}" +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS Modified: head/www/swish-e/pkg-plist ============================================================================== --- head/www/swish-e/pkg-plist Sun May 10 15:27:25 2015 (r385966) +++ head/www/swish-e/pkg-plist Sun May 10 16:38:52 2015 (r385967) @@ -45,9 +45,3 @@ man/man1/swish-e.1.gz %%DATADIR%%/templates/common_footer %%DATADIR%%/templates/style.css %%DATADIR%%/templates/markup.css -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%% -@dirrm lib/swish-e/perl/SWISH/Filters -@dirrm lib/swish-e/perl/SWISH -@dirrm lib/swish-e/perl -@dirrm lib/swish-e