mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Cleaned up regular expression to make sed happy.
Noticed by: bento
This commit is contained in:
parent
1233d78f90
commit
042fddca5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69500
@ -22,7 +22,7 @@ MAN8= bftpd.8
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s@chmod 644 /var@#chmod 644 /var@g; \
|
||||
s@touch /var@#touch /var@g; \
|
||||
s@DESTDIR\)/etc@prefix\)/etc@g; \
|
||||
s@DESTDIR)/etc@prefix)/etc@g; \
|
||||
s@bftpd.conf @bftpd.conf.sample @g" ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s@-ldl@@" ${WRKSRC}/configure
|
||||
@${CP} ${WRKSRC}/bftpd.conf ${WRKSRC}/bftpd.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user