mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Don't abuse an existing target and create our own.
Sponsored by: Absolight
This commit is contained in:
parent
b3e8fe8d85
commit
360cd76225
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414119
@ -123,8 +123,8 @@ do-install:
|
||||
.endif
|
||||
|
||||
.if ${gem_ARGS} == "autoplist"
|
||||
.if !target(post-install-script)
|
||||
post-install-script:
|
||||
_USES_install+= 820:gem-autoplist
|
||||
gem-autoplist:
|
||||
@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${FIND} -ds ${STAGEDIR}${PREFIX}/${DOC_DIR} -type f -print | ${SED} -E -e \
|
||||
@ -136,7 +136,6 @@ post-install-script:
|
||||
${FIND} -ds ${STAGEDIR}${PREFIX}/${EXT_DIR} -type f -print | ${SED} -E -e \
|
||||
's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} ; \
|
||||
fi
|
||||
.endif
|
||||
.else
|
||||
IGNORE= Incorrect 'USES+=gem:${gem_ARGS}' expecting 'USES+=gem[:autoplist]'
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user