diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 11:38:17 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 11:38:17 +0000 |
commit | 7ff0aad767035d57fb6f16f50459212078f799ee (patch) | |
tree | 35915c8f46b8384781a7a8064ec17e5d9df52867 | |
parent | e054fea51ec52b278ba03fc275db865f4bf94dfc (diff) |
print/libijs: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | print/libijs/Makefile | 3 | ||||
-rw-r--r-- | print/libijs/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/print/libijs/Makefile b/print/libijs/Makefile index eb07e2be087a..77d7e4e1ef34 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -1,6 +1,6 @@ PORTNAME= libijs PORTVERSION= 0.35 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/ijs/download/ DISTNAME= ijs-${PORTVERSION} @@ -16,6 +16,7 @@ USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-shared INSTALL_TARGET= install-strip diff --git a/print/libijs/pkg-plist b/print/libijs/pkg-plist index b88c1eba8c79..e5e4388c04f0 100644 --- a/print/libijs/pkg-plist +++ b/print/libijs/pkg-plist @@ -9,4 +9,4 @@ lib/libijs.so lib/libijs.so.1 lib/libijs.so.1.0.1 libdata/pkgconfig/ijs.pc -man/man1/ijs-config.1.gz +share/man/man1/ijs-config.1.gz |