diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-09-23 13:59:17 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-09-23 14:06:16 +0000 |
commit | 3a357ef84a0c77c25103c692e96faab5f82e7c06 (patch) | |
tree | ab4ee1330242f251ac5e9370b41df1b7f0d79b16 | |
parent | 46a8770a4c2ce5d38bda6e141b1214d39bd0afac (diff) |
games/melonds: Fix WWW url
- Fix WWW by removing extra "WWW" in url field
- Bump PORTREVISION
PR: 266565
Reported by: nimaje+fbz@bureaucracy.de
-rw-r--r-- | games/melonds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/melonds/Makefile b/games/melonds/Makefile index 6acaf6f549a6..ae46febe12a5 100644 --- a/games/melonds/Makefile +++ b/games/melonds/Makefile @@ -1,11 +1,12 @@ PORTNAME= melonds PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= games PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= henry.hu.sh@gmail.com COMMENT= Nintendo DS emulator -WWW= WWW: https://melonds.kuribo64.net/ +WWW= https://melonds.kuribo64.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE |