1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/ukrainian/hyphen/Makefile
Po-Chuan Hsieh 915dbfaa56
*/*hyphen: Avoid using %% in Makefile
Use ${DATAIDR} instead of %%DATADIR%%
2021-09-19 14:00:48 +08:00

26 lines
516 B
Makefile

PORTNAME= hyphen
PORTVERSION= 2005.03.08
PORTREVISION= 1
CATEGORIES= ukrainian textproc
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
DISTNAME= hyph_uk_UA-${PORTVERSION:C/\.//g}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Ukrainian hyphenation rules
LICENSE= LGPL21
USES= zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= ${DATADIR}/hyph_uk_UA.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hyph_uk_UA.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>