1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

INSTALL[<space><tab>] fix.

Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
This commit is contained in:
Jun Kuriyama 2004-06-14 07:40:57 +00:00
parent 8deccc15e4
commit 49e73ccb64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111438
3 changed files with 3 additions and 3 deletions

View File

@ -225,7 +225,7 @@ patch-startup-files:
post-configure:
@${FIND} ${WRKSRC} -name Makefile | \
${XARGS} ${REINPLACE_CMD} -E -e '/^INSTALL[ ]+=/s|$$| -m 755|'
${XARGS} ${REINPLACE_CMD} -E -e '/^INSTALL[ ]+=/s|$$| -m 755|'
.if !defined(WITHOUT_PERL)
post-build:

View File

@ -225,7 +225,7 @@ patch-startup-files:
post-configure:
@${FIND} ${WRKSRC} -name Makefile | \
${XARGS} ${REINPLACE_CMD} -E -e '/^INSTALL[ ]+=/s|$$| -m 755|'
${XARGS} ${REINPLACE_CMD} -E -e '/^INSTALL[ ]+=/s|$$| -m 755|'
.if !defined(WITHOUT_PERL)
post-build:

View File

@ -225,7 +225,7 @@ patch-startup-files:
post-configure:
@${FIND} ${WRKSRC} -name Makefile | \
${XARGS} ${REINPLACE_CMD} -E -e '/^INSTALL[ ]+=/s|$$| -m 755|'
${XARGS} ${REINPLACE_CMD} -E -e '/^INSTALL[ ]+=/s|$$| -m 755|'
.if !defined(WITHOUT_PERL)
post-build: