mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Fix web server check problem at install time.
Note to maintainer (who also happens to be the author). When making changes like this, it is advisable to bump the version number if you repackage things. MD5 changes make us (especially Kris :) nervous. I've verified the differences for this one. PR: 17174 Submitted by: maintainer/author
This commit is contained in:
parent
db0a271768
commit
1313027301
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26697
@ -30,6 +30,6 @@ post-extract:
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; ${PERL} install.pl -y
|
||||
cd ${WRKSRC}; ${PERL} install.pl -y -c -bsdport
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ftplocate-2.01.tar.gz) = 3a805a6494a02e596093af40db833d1f
|
||||
MD5 (ftplocate-2.01.tar.gz) = 83dfcbff4df5e2813ccd1f68bb7cbd53
|
||||
|
Loading…
Reference in New Issue
Block a user