72664fc2b4
Use ${DATAIDR} instead of %%DATADIR%%
27 lines
572 B
Makefile
27 lines
572 B
Makefile
PORTNAME= mythes
|
|
PORTVERSION= 2007.09.26
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
|
|
PKGNAMEPREFIX= cs-
|
|
DISTNAME= thes_cs_CZ_v2-${PORTVERSION:C/\.//g}
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Czech thesaurus
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= zip
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= ${DATADIR}/th_cs_CZ_v2.dat \
|
|
${DATADIR}/th_cs_CZ_v2.idx
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/th_cs_CZ_v2.dat ${WRKSRC}/th_cs_CZ_v2.idx ${STAGEDIR}${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|