diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-11 00:38:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-11 00:38:52 +0800 |
commit | 9f6a12a2a14d3a1b21e49a53021e0a775ca199a8 (patch) | |
tree | f2dfefdb193ee2dda8192b1f99c178fb60478d68 /www | |
parent | 09e95ff3d0531a3e4332d78ce9f588aad6aab41a (diff) | |
download | freebsd-ports-gnome-9f6a12a2a14d3a1b21e49a53021e0a775ca199a8.tar.gz freebsd-ports-gnome-9f6a12a2a14d3a1b21e49a53021e0a775ca199a8.tar.zst freebsd-ports-gnome-9f6a12a2a14d3a1b21e49a53021e0a775ca199a8.zip |
- Strip library
- Drop @dirrm* from plist
Diffstat (limited to 'www')
-rw-r--r-- | www/swish-e/Makefile | 3 | ||||
-rw-r--r-- | www/swish-e/pkg-plist | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 41b893c3aa47..58d759eb4354 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -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 diff --git a/www/swish-e/pkg-plist b/www/swish-e/pkg-plist index 835d398b69ff..866a440888f9 100644 --- a/www/swish-e/pkg-plist +++ b/www/swish-e/pkg-plist @@ -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 |