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 /games/qwdtools | |
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 'games/qwdtools')
-rw-r--r-- | games/qwdtools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/qwdtools/Makefile b/games/qwdtools/Makefile index f601bdddd6c7..53b533e02656 100644 --- a/games/qwdtools/Makefile +++ b/games/qwdtools/Makefile @@ -1,7 +1,6 @@ PORTNAME= qwdtools CATEGORIES= games converters COMMENT= Convert QuakeWorld demos from QWD format to MVD format -WWW= https://github.com/deurk/mvdsv DESCR= ${.CURDIR}/pkg-descr PKGMESSAGE= /nonexistent |