diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:30:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-04 11:30:40 +0000 |
commit | ab7cfab5ab798cfff430f361ff30d766c13eb008 (patch) | |
tree | 6087bf0ece21b909c24d27e772da851be0a3e30b /textproc | |
parent | 2c5222234e9b258014a831ca32207d976a5aa5bd (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hyphen/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index 5f2e0b74bc0c..0a1401b66739 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -2,6 +2,7 @@ PORTNAME= hyphen PORTVERSION= 2.8.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/hunspell/Hyphen/${PORTVERSION:R}/ DIST_SUBDIR= ${PORTNAME} @@ -12,9 +13,9 @@ COMMENT= Library for high quality hyphenation and justification BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk GNU_CONFIGURE= yes -USES= pathfix perl5 -USE_PERL5= build +USES= pathfix perl5 shebangfix USE_LDCONFIG= yes +SHEBANG_FILES= substrings.pl CONFIGURE_ENV+= ac_cv_prog_AWK=gawk @@ -35,10 +36,10 @@ CONFIGURE_ENV+= ac_cv_prog_AWK=gawk PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor -NO_STAGE= yes post-install: .for ALIAS in ${USALIASES} - ${LN} -s hyph_en_US.dic ${DATADIR}/hyph_${ALIAS}.dic + ${LN} -s hyph_en_US.dic ${STAGEDIR}${DATADIR}/hyph_${ALIAS}.dic .endfor + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhyphen.so.2 .include <bsd.port.mk> |