1
0
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:
Edwin Groothuis 2002-11-05 02:32:59 +00:00
parent 1233d78f90
commit 042fddca5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69500

View File

@ -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