Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2022-09-10 20:41:16 +0300
committerStefan Eßer <se@FreeBSD.org>2022-09-10 20:41:16 +0300
commite79fe1aabc5b83364240652d62b99198a9ccfb32 (patch)
tree97f71ed3bc59ba2572e97c684df8a26c32f599b3 /korean
parente65ab5a12dad31348f1e183330f1c41dc753cb09 (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 'korean')
-rw-r--r--korean/FreeWnn-lib/Makefile1
-rw-r--r--korean/FreeWnn-server/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/korean/FreeWnn-lib/Makefile b/korean/FreeWnn-lib/Makefile
index 0b2388662893..4056812864be 100644
--- a/korean/FreeWnn-lib/Makefile
+++ b/korean/FreeWnn-lib/Makefile
@@ -2,7 +2,6 @@ CATEGORIES= korean
PKGNAMESUFFIX= -lib
COMMENT= Japanese/Chinese/Korean input method (Korean client libraries)
-WWW= http://www.freewnn.org/
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib
PKGDIR= ${.CURDIR}
diff --git a/korean/FreeWnn-server/Makefile b/korean/FreeWnn-server/Makefile
index e96d660f8c44..0a0c65b0ad05 100644
--- a/korean/FreeWnn-server/Makefile
+++ b/korean/FreeWnn-server/Makefile
@@ -2,7 +2,6 @@ CATEGORIES= korean
PKGNAMESUFFIX= -server
COMMENT= Japanese/Chinese/Korean input method (Korean server)
-WWW= http://www.freewnn.org/
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-server
PKGDIR= ${.CURDIR}