diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:38:50 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:03:13 +0100 |
commit | 5858c705e880d7628824c79dbd179afded3c833d (patch) | |
tree | 1ee6982341ddaf1a57867c6dc87ab87b9e4a416e | |
parent | f8d1dd3bad17323fe621671078362fc15c7ab860 (diff) | |
download | freebsd-ports-5858c705e880d7628824c79dbd179afded3c833d.zip |
graphics/atril: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/atril/Makefile | 3 | ||||
-rw-r--r-- | graphics/atril/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 84214e3a134e..441620540155 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -3,7 +3,7 @@ PORTNAME= atril PORTVERSION= 1.26.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -33,6 +33,7 @@ USE_XORG= ice sm x11 USE_GNOME= cairo gtk30 intlhack libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static \ --disable-synctex CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/atril/pkg-plist b/graphics/atril/pkg-plist index 853b2980968d..0f025dac3c60 100644 --- a/graphics/atril/pkg-plist +++ b/graphics/atril/pkg-plist @@ -76,9 +76,9 @@ lib/libatrilview.so.%%GTK3_VERSION%% libdata/pkgconfig/atril-document-1.5.0.pc libdata/pkgconfig/atril-view-1.5.0.pc %%DBUS%%libexec/atrild -man/man1/atril-previewer.1.gz -man/man1/atril-thumbnailer.1.gz -man/man1/atril.1.gz +share/man/man1/atril-previewer.1.gz +share/man/man1/atril-thumbnailer.1.gz +share/man/man1/atril.1.gz share/applications/atril.desktop %%DATADIR%%/hand-open.png %%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png |