diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-22 10:16:15 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-22 10:16:15 +0000 |
commit | eb300b5885188414ca70b0c1d6070adcee0b22cf (patch) | |
tree | 478debee779bbdfbeb4c477d140db07b385d6fe1 | |
parent | 88645fb693aaac470586ef410759f79ba5851302 (diff) | |
download | FreeBSD-ports-eb300b5885188414ca70b0c1d6070adcee0b22cf.zip FreeBSD-ports-eb300b5885188414ca70b0c1d6070adcee0b22cf.tar.gz |
- Strip shared libraries.
- Bump PORTREVISION.
PR: 188988
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout
-rw-r--r-- | japanese/anthy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile index 68effd1..97075c4 100644 --- a/japanese/anthy/Makefile +++ b/japanese/anthy/Makefile @@ -3,7 +3,7 @@ PORTNAME= anthy PORTVERSION= 9100h -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/37536 @@ -22,6 +22,7 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= libtool:oldver pathfix pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/ja/anthy ELISPDIR= share/emacs/site-lisp/anthy |