mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix an issue that the port overrides the existing, modified resource
file. Reported by: Hiroto Kagotani PR: ports/126662
This commit is contained in:
parent
37d5e627fd
commit
b7ac720276
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221235
@ -28,8 +28,9 @@ XAPPLRESDIR= lib/X11/ja_JP.eucJP/app-defaults
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${XAPPLRESDIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/Tgif.in ${PREFIX}/${XAPPLRESDIR}/Tgif.ja-dist
|
||||
.if !exists(${PREFIX}/${XAPPLRESDIR}/Tgif)
|
||||
${INSTALL_DATA} ${FILESDIR}/Tgif.in ${PREFIX}/${XAPPLRESDIR}/Tgif
|
||||
.endif
|
||||
if ! test -r ${PREFIX}/${XAPPLRESDIR}/Tgif; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/Tgif.in \
|
||||
${PREFIX}/${XAPPLRESDIR}/Tgif; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user