diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:50:46 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:03:18 +0100 |
commit | 1c0ce5c60e15cada76eb98fc875b12ffd8a30cc3 (patch) | |
tree | 841479611499e5f73740d33dbf8b15aaabb469c2 | |
parent | f20f8afb3b5e0c4ba72481f4c48dea0a88fbafd1 (diff) | |
download | freebsd-ports-1c0ce5c60e15cada76eb98fc875b12ffd8a30cc3.zip |
graphics/dia: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/dia/Makefile | 3 | ||||
-rw-r--r-- | graphics/dia/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 4d7ae14db4cc..aebee638f43c 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,6 +1,6 @@ PORTNAME= dia PORTVERSION= 0.97.3 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME @@ -22,6 +22,7 @@ CPE_VENDOR= gnome USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-gnome CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" diff --git a/graphics/dia/pkg-plist b/graphics/dia/pkg-plist index 134b42e063dd..b5a32961d00f 100644 --- a/graphics/dia/pkg-plist +++ b/graphics/dia/pkg-plist @@ -34,8 +34,8 @@ lib/dia/libwpg_filter.so %%WMF%%lib/dia/libwmf_filter.so lib/dia/libxfig_filter.so lib/dia/libxslt_filter.so -%%PORTDOCS%%man/fr/man1/dia.1.gz -%%PORTDOCS%%man/man1/dia.1.gz +%%PORTDOCS%%share/man/fr/man1/dia.1.gz +%%PORTDOCS%%share/man/man1/dia.1.gz share/applications/dia.desktop share/dia/dia-splash.png share/dia/shapes/Assorted/arrow-chevron.png |