853df93632
- Bring stage support - Sort list of dictionary programs in pkg-messge
10 lines
264 B
Makefile
10 lines
264 B
Makefile
DIST_SUBDIR= stardict
|
|
|
|
NO_BUILD= yes
|
|
PKGMESSAGE?= ${.CURDIR}/../../russian/stardict-mueller7/files/pkg-message
|
|
|
|
DICTDIR= share/stardict/dic
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/${DICTDIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${DICTDIR}
|