diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-30 08:34:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-30 08:34:36 +0800 |
commit | d859d025150df055bed4b8e2fda3c9c9e6ed3688 (patch) | |
tree | 8e2d4c0f339d4a502b68c44fd51d90802c22efde /textproc/yamcha | |
parent | 9be11466fe35586f526ebcddf86f4c79a9ab5b0f (diff) | |
download | freebsd-ports-gnome-d859d025150df055bed4b8e2fda3c9c9e6ed3688.tar.gz freebsd-ports-gnome-d859d025150df055bed4b8e2fda3c9c9e6ed3688.tar.zst freebsd-ports-gnome-d859d025150df055bed4b8e2fda3c9c9e6ed3688.zip |
- Strip library
Diffstat (limited to 'textproc/yamcha')
-rw-r--r-- | textproc/yamcha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile index d67a17a784a1..19be2b89495e 100644 --- a/textproc/yamcha/Makefile +++ b/textproc/yamcha/Makefile @@ -3,7 +3,7 @@ PORTNAME= yamcha PORTVERSION= 0.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc science MASTER_SITES= http://chasen.org/~taku/software/yamcha/src/ @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool perl5 USE_PERL5= build +INSTALL_TARGET= install-strip PORTDOCS= feature.png feature2.png feature3.png \ feature4.png feature5.png index.html \ yamcha.html yamcha.css |