diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-08-23 19:16:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-08-23 19:16:46 +0000 |
commit | 9120af37a6891433f3655105ff33cae9a088f9ae (patch) | |
tree | b502a11c6bd695c753acd0523a33a83ea6fef30c | |
parent | 4383bc0a14d0b656b559a3c27d8a0edd3c9f799e (diff) | |
download | ports-9120af37a6891433f3655105ff33cae9a088f9ae.tar.gz ports-9120af37a6891433f3655105ff33cae9a088f9ae.zip |
-rw-r--r-- | net/miniupnpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 6599a3ab26ad..2bb6460dcf81 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -1,7 +1,8 @@ PORTNAME= miniupnpc PORTVERSION= 2.2.5 CATEGORIES?= net -MASTER_SITES= http://miniupnp.free.fr/files/ +MASTER_SITES= http://miniupnp.free.fr/files/ \ + https://miniupnp.tuxfamily.org/files/ MAINTAINER?= dinoex@FreeBSD.org COMMENT?= UPnP IGD client lightweight library |