diff options
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/hyphen/Makefile | 2 | ||||
-rw-r--r-- | hungarian/hyphen/Makefile | 25 |
2 files changed, 26 insertions, 1 deletions
diff --git a/hungarian/hyphen/Makefile b/hungarian/hyphen/Makefile index 135df0d9e256..23ee7bf89ae8 100644 --- a/hungarian/hyphen/Makefile +++ b/hungarian/hyphen/Makefile @@ -16,7 +16,7 @@ NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic +PLIST_FILES= ${DATADIR}/hyph_hu_HU.dic do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/hungarian/hyphen/Makefile b/hungarian/hyphen/Makefile new file mode 100644 index 000000000000..135df0d9e256 --- /dev/null +++ b/hungarian/hyphen/Makefile @@ -0,0 +1,25 @@ +PORTNAME= hyphen +PORTVERSION= 2007.05.17 +PORTREVISION= 1 +CATEGORIES= hungarian textproc +MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ +DISTNAME= hyph_hu_HU-${PORTVERSION:C/\.//g} +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= office@FreeBSD.org +COMMENT= Hungarian hyphenation rules + +LICENSE= LGPL21 + +USES= zip +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${STAGEDIR}${DATADIR}/ + +.include <bsd.port.mk> |