diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-28 18:06:04 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-28 18:33:13 +0000 |
| commit | e9b06696a3b0fc97ddf7ed06fd0284be6a178fb0 (patch) | |
| tree | 495b74f78b2a28c185ca35791b1a1fc34f9209cf /net | |
| parent | c4b5775c47c58d2e16a6968d2de6dce46d945056 (diff) | |
Diffstat (limited to 'net')
| -rw-r--r-- | net/liboauth/Makefile | 3 | ||||
| -rw-r--r-- | net/liboauth/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile index edd3f51671b2..a3a488df433e 100644 --- a/net/liboauth/Makefile +++ b/net/liboauth/Makefile @@ -1,6 +1,6 @@ PORTNAME= liboauth PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/${PORTNAME} @@ -17,6 +17,7 @@ USES= libtool pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip diff --git a/net/liboauth/pkg-plist b/net/liboauth/pkg-plist index 12f0e8fbdc05..fef234781c11 100644 --- a/net/liboauth/pkg-plist +++ b/net/liboauth/pkg-plist @@ -4,4 +4,4 @@ lib/liboauth.so.0 lib/liboauth.so lib/liboauth.a libdata/pkgconfig/oauth.pc -man/man3/oauth.3.gz +share/man/man3/oauth.3.gz |
