svn commit: r385967 - head/www/swish-e

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 10 16:38:53 UTC 2015


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
- at dirrm %%DATADIR%%/templates
- at dirrm %%DATADIR%%
- at dirrm lib/swish-e/perl/SWISH/Filters
- at dirrm lib/swish-e/perl/SWISH
- at dirrm lib/swish-e/perl
- at dirrm lib/swish-e


More information about the svn-ports-head mailing list