diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 15:49:52 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 16:54:12 +0000 |
commit | f24ca3cf264d272792bec059ce318ec380145204 (patch) | |
tree | 4942fa7f5555a54be5eaf17680281fd3121ba5d8 | |
parent | 3e50c66de371ca5374c9b650ffe91a243b018d1a (diff) |
editors/abiword: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 7108a9cfa952..73bd716f4530 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ PORTNAME= abiword PORTVERSION= 3.0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord @@ -27,6 +27,7 @@ USE_GNOME= libxml2 gtk30 librsvg2 libxslt USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \ --enable-shared="yes" --enable-static="no" diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index 6484749b783a..80c735f69ee6 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -49,7 +49,7 @@ lib/abiword-%%ABIVERSION%%/plugins/wml.so lib/abiword-%%ABIVERSION%%/plugins/xslfo.so lib/libabiword-%%ABIVERSION%%.so libdata/pkgconfig/abiword-%%ABIVERSION%%.pc -man/man1/abiword.1.gz +share/man/man1/abiword.1.gz %%DATADIR%%-%%ABIVERSION%%/Presentation.xml %%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/certs/cacert.pem %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/book.png |