diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-09-10 17:41:16 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-10 17:41:16 +0000 |
commit | e79fe1aabc5b83364240652d62b99198a9ccfb32 (patch) | |
tree | 97f71ed3bc59ba2572e97c684df8a26c32f599b3 /net/libproxy-pacrunner | |
parent | e65ab5a12dad31348f1e183330f1c41dc753cb09 (diff) | |
download | ports-e79fe1aabc5b83364240652d62b99198a9ccfb32.tar.gz ports-e79fe1aabc5b83364240652d62b99198a9ccfb32.zip |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
Diffstat (limited to 'net/libproxy-pacrunner')
-rw-r--r-- | net/libproxy-pacrunner/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/libproxy-pacrunner/Makefile b/net/libproxy-pacrunner/Makefile index 449cb8c0a21a..0103960d270d 100644 --- a/net/libproxy-pacrunner/Makefile +++ b/net/libproxy-pacrunner/Makefile @@ -3,7 +3,6 @@ CATEGORIES= net devel PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= pacrunner plug-in for libproxy -WWW= https://libproxy.github.io/libproxy/ LIBPROXY_SLAVE= pacrunner MASTERDIR= ${.CURDIR}/../libproxy |