diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-03-09 18:10:39 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-03-09 18:10:39 +0000 |
commit | 13130273016451680818ecc7a18d011b6d3ca6e0 (patch) | |
tree | d9df020846844352c0608c58b624a868c44af1c9 /ftp | |
parent | Activate yaunc (diff) |
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
Notes
Notes:
svn path=/head/; revision=26697
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftplocate/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftplocate/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile index 218630d13d26..338550eb8625 100644 --- a/ftp/ftplocate/Makefile +++ b/ftp/ftplocate/Makefile @@ -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> diff --git a/ftp/ftplocate/distinfo b/ftp/ftplocate/distinfo index b2113637d079..463a6958ce85 100644 --- a/ftp/ftplocate/distinfo +++ b/ftp/ftplocate/distinfo @@ -1 +1 @@ -MD5 (ftplocate-2.01.tar.gz) = 3a805a6494a02e596093af40db833d1f +MD5 (ftplocate-2.01.tar.gz) = 83dfcbff4df5e2813ccd1f68bb7cbd53 |