mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net/libnatpmp: repair plist (poudriere bulk -t)
The pkgconfig file is installed, but not listed in plist.
This commit is contained in:
parent
f42f0d485b
commit
567a4ec668
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= libnatpmp
|
PORTNAME= libnatpmp
|
||||||
PORTVERSION= 20220122
|
PORTVERSION= 20220122
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/
|
||||||
@ -27,7 +27,8 @@ PLIST_FILES= bin/natpmpc \
|
|||||||
include/natpmp_declspec.h \
|
include/natpmp_declspec.h \
|
||||||
lib/libnatpmp.a \
|
lib/libnatpmp.a \
|
||||||
lib/libnatpmp.so \
|
lib/libnatpmp.so \
|
||||||
lib/libnatpmp.so.1
|
lib/libnatpmp.so.1 \
|
||||||
|
libdata/pkgconfig/natpmp.pc
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/natpmpc \
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/natpmpc \
|
||||||
|
Loading…
Reference in New Issue
Block a user