summaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2022-09-10 19:41:16 +0200
committerStefan Eßer <se@FreeBSD.org>2022-09-10 19:41:16 +0200
commite79fe1aabc5b83364240652d62b99198a9ccfb32 (patch)
tree97f71ed3bc59ba2572e97c684df8a26c32f599b3 /emulators/mame
parentsysutils/py-azure-cli: Update to 2.40.0 (diff)
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 'emulators/mame')
-rw-r--r--emulators/mame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index c6ef721ccea7..efc42f5625c8 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= emulators
MAINTAINER= manu@FreeBSD.org
COMMENT= Multi Arcade Machine Emulator
-WWW= https://mamedev.org/
+WWW?= https://mamedev.org/
LICENSE= GPLv2