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 /audio/timidity++-xaw | |
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 'audio/timidity++-xaw')
-rw-r--r-- | audio/timidity++-xaw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/timidity++-xaw/Makefile b/audio/timidity++-xaw/Makefile index 68a897451c84..2204a096dec9 100644 --- a/audio/timidity++-xaw/Makefile +++ b/audio/timidity++-xaw/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -xaw MAINTAINER= ports@FreeBSD.org COMMENT= Xaw interface for TiMidity++ -WWW= http://timidity.sourceforge.net/ OPTIONS_DEFINE= DOCS |