git: 17ad2e0d3c07 - main - net/miniupnpc: fix pkgconfig file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 May 2022 15:30:11 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=17ad2e0d3c07a5a0b6b6bfe86b12b85bcd15a7f0 commit 17ad2e0d3c07a5a0b6b6bfe86b12b85bcd15a7f0 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2022-05-01 15:29:59 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2022-05-01 15:29:59 +0000 net/miniupnpc: fix pkgconfig file --- net/miniupnpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index bd274f3f51cb..91ab9dc15802 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -1,6 +1,6 @@ PORTNAME= miniupnpc PORTVERSION= 2.2.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= http://miniupnp.free.fr/files/ @@ -17,7 +17,7 @@ USE_LDCONFIG= yes CPE_VENDOR= miniupnp_project CONFIGURE_SCRIPT= updateminiupnpcstrings.sh -MAKE_ENV+= INSTALLPREFIX=${PREFIX} +MAKE_ENV+= INSTALLPREFIX=${PREFIX} LIBDIR=lib .include <bsd.port.pre.mk>