mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix misplaced .endif
Reported by: QAT
This commit is contained in:
parent
993af1bda7
commit
cf4e3a2dfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219318
@ -61,13 +61,13 @@ pre-install:
|
||||
&& ${FIND} -d . -type d | \
|
||||
${CUT} -c3-999 | \
|
||||
${SED} -e 's:^:@dirrm share/doc/pd/:' >> ${PLIST}
|
||||
.endif
|
||||
cd ${WRKSRC}/../extra && ${FIND} -s . -type f -or -type l | \
|
||||
${CUT} -c3-999 | \
|
||||
${SED} -e 's:^:share/pd/:' >> ${PLIST} \
|
||||
&& ${FIND} -d . -type d | \
|
||||
${CUT} -c3-999 | \
|
||||
${SED} -e 's:^:@dirrm share/pd/:' >> ${PLIST}
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
.for ii in pd pd-gui pd-watchdog pdreceive pdsend
|
||||
|
Loading…
Reference in New Issue
Block a user