mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
. USE_GMAKE -> USES=gmake;
. remove unneeded trailing "/" from target directory while install.
This commit is contained in:
parent
54dc66d356
commit
f9307f0daf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334183
@ -13,8 +13,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mueller English-Russian dictionary
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= iconv:build
|
||||
USES= gmake iconv:build
|
||||
SUB_FILES= mueller pkg-message
|
||||
|
||||
WRKSRC= ${WRKDIR}/mf
|
||||
@ -38,7 +37,7 @@ post-build:
|
||||
do-install:
|
||||
# install program with different name (it conflicts with teTeX)
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mf ${STAGEDIR}${PREFIX}/bin/muellerfind
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/mueller ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/mueller ${STAGEDIR}${PREFIX}/bin
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC_DIC}/Mueller7accentGPL.ru_RU.* ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC_DOC}/Mueller7.txt ${STAGEDIR}${DOCSDIR}/Mueller7.txt
|
||||
|
Loading…
Reference in New Issue
Block a user