diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-03-08 08:33:08 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-03-08 08:33:08 +0000 |
| commit | d612e26361aa9f08c51a62d617f03f10035ab959 (patch) | |
| tree | 1ade46eae332492df4aeaf1c4f50804c2f3c1586 | |
| parent | www/firefox: switch to rc4 (diff) | |
- Add LICENSE
- Update WWW
- Remove USES=libtool, USE_LDCONFIG, add NO_ARCH - this does not install any libraries
Approved by: portmgr blanket
| -rw-r--r-- | devel/libpthread-stubs/Makefile | 7 | ||||
| -rw-r--r-- | devel/libpthread-stubs/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile index 927d19a4b3d1..b7abd14142ee 100644 --- a/devel/libpthread-stubs/Makefile +++ b/devel/libpthread-stubs/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= ashish@FreeBSD.org COMMENT= This library provides weak aliases for pthread functions -USES= libtool pathfix tar:bzip2 -USE_LDCONFIG= yes +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= pathfix tar:bzip2 GNU_CONFIGURE= yes +NO_ARCH= yes PLIST_FILES= libdata/pkgconfig/pthread-stubs.pc diff --git a/devel/libpthread-stubs/pkg-descr b/devel/libpthread-stubs/pkg-descr index 5669418fead7..362445e857e3 100644 --- a/devel/libpthread-stubs/pkg-descr +++ b/devel/libpthread-stubs/pkg-descr @@ -8,4 +8,4 @@ necessary pthread stubs, this package ships only the pkg-config file pthread-stubs.pc, to allow libraries to unconditionally express a dependency on pthread-stubs and still obtain correct behavior. -WWW: http://xcb.freedesktop.org/ +WWW: https://xcb.freedesktop.org/ |
