mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Support STAGEDIR.
This commit is contained in:
parent
018036fbc3
commit
5dd533b7da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354194
@ -24,7 +24,6 @@ PLIST_FILES+= lib/mysql/plugin/udf_${MODULE}.so
|
||||
|
||||
PLIST_DIRS= lib/mysql/plugin
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
@ -39,12 +38,9 @@ do-build:
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/mysql/plugin
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/mysql/plugin
|
||||
.for MODULE in ${MODULES}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/udf_${MODULE}.so ${PREFIX}/lib/mysql/plugin/udf_${MODULE}.so
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/udf_${MODULE}.so ${STAGEDIR}${PREFIX}/lib/mysql/plugin/udf_${MODULE}.so
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user