Date: Sun, 10 May 2015 16:38:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385967 - head/www/swish-e Message-ID: <201505101638.t4AGcqfO026475@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505101638.t4AGcqfO026475>