diff options
author | ade <ade@FreeBSD.org> | 2000-03-10 02:10:39 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-03-10 02:10:39 +0800 |
commit | faa62144d31e4c6aecfe01730fa5a6050f5bd38d (patch) | |
tree | 54b2843ca1f39c3fa06201bafb654ea646ba48ee /ftp | |
parent | 6c014744291b8dff6d5c73b952c08897088d5459 (diff) | |
download | freebsd-ports-gnome-faa62144d31e4c6aecfe01730fa5a6050f5bd38d.tar.gz freebsd-ports-gnome-faa62144d31e4c6aecfe01730fa5a6050f5bd38d.tar.zst freebsd-ports-gnome-faa62144d31e4c6aecfe01730fa5a6050f5bd38d.zip |
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
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 |