diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:46:06 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:46:06 +0100 |
commit | f092ac0eca078760131695696946de8d12853071 (patch) | |
tree | aab8f8592aa9e37d39c5dd38e8b6870880192a73 /textproc | |
parent | b601c9ece45723cfda07ac26028168143f8dddd1 (diff) | |
download | freebsd-ports-f092ac0eca078760131695696946de8d12853071.zip |
textproc/ctpl: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ctpl/Makefile | 2 | ||||
-rw-r--r-- | textproc/ctpl/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ctpl/Makefile b/textproc/ctpl/Makefile index 96d23bfe71f1..cea2693e0446 100644 --- a/textproc/ctpl/Makefile +++ b/textproc/ctpl/Makefile @@ -1,5 +1,6 @@ PORTNAME= ctpl PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/ @@ -11,6 +12,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GNOME= glib20 USES= gnome libtool pathfix pkgconfig USE_LDCONFIG= yes diff --git a/textproc/ctpl/pkg-plist b/textproc/ctpl/pkg-plist index 65730c0de3c0..3cd0e88022e9 100644 --- a/textproc/ctpl/pkg-plist +++ b/textproc/ctpl/pkg-plist @@ -16,7 +16,7 @@ lib/libctpl.so lib/libctpl.so.2 lib/libctpl.so.2.2.2 libdata/pkgconfig/ctpl.pc -man/man1/ctpl.1.gz +share/man/man1/ctpl.1.gz share/gtk-doc/html/ctpl/annotation-glossary.html share/gtk-doc/html/ctpl/api-index-deprecated.html share/gtk-doc/html/ctpl/api-index-full.html |