diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-08 15:43:21 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-08 15:43:21 +0000 |
commit | 986beaaabc71b9e7e29e7e89e0f36405b687216f (patch) | |
tree | c92697f87b4f394d15378835e162f8a2a38284d8 /net/prosearch | |
parent | 8fac410d9ec5c59396fc8eeba9d46a13af06d8de (diff) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit)
Diffstat (limited to 'net/prosearch')
-rw-r--r-- | net/prosearch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile index 0ba0356bce16..ca3f91a1ec23 100644 --- a/net/prosearch/Makefile +++ b/net/prosearch/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${P MAINTAINER= ports@FreeBSD.org COMMENT= Powerful file search +WWW= https://sourceforge.net/projects/pro-search/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING |