diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-06 12:10:19 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-06 13:03:23 +0000 |
commit | aff5e45af65d7a0c999ffaa9c45102ef7439ddd1 (patch) | |
tree | 1db52822f3e7476ac27235b20eac9edef4954a0f | |
parent | a45b604cbd5915e94592d0000b9fe0cd94c0217c (diff) | |
download | ports-aff5e45af65d7a0c999ffaa9c45102ef7439ddd1.tar.gz ports-aff5e45af65d7a0c999ffaa9c45102ef7439ddd1.zip |
devel/pth: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | devel/pth/Makefile | 3 | ||||
-rw-r--r-- | devel/pth/pkg-plist | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 0a527a0edfa1..233b8f0c5971 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,6 +1,6 @@ PORTNAME= pth PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU PKGNAMESUFFIX?= # empty @@ -12,6 +12,7 @@ WWW= https://www.gnu.org/software/pth/ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-optimize \ --enable-batch \ --includedir="${PREFIX}/include/pth" \ diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist index db6567499276..2af79546f21d 100644 --- a/devel/pth/pkg-plist +++ b/devel/pth/pkg-plist @@ -11,7 +11,7 @@ lib/pth/libpth.so.20.0.27 %%PTHREAD%%lib/pth/libpthread.so.20 %%PTHREAD%%lib/pth/libpthread.so.20.0.27 share/aclocal/pth.m4 -man/man1/pth-config.1.gz -%%PTHREAD%%man/man1/pthread-config.1.gz -man/man3/pth.3.gz -%%PTHREAD%%man/man3/pthread.3.gz +share/man/man1/pth-config.1.gz +%%PTHREAD%%share/man/man1/pthread-config.1.gz +share/man/man3/pth.3.gz +%%PTHREAD%%share/man/man3/pthread.3.gz |