diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-30 16:39:42 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-30 21:25:13 +0100 |
commit | 39c1f7c5dd751adb7245e6377e798b8a518485f6 (patch) | |
tree | 6eec868fffb837ba1389d209199ef3966e471fcb /math/labplot | |
parent | editors/nedit: Moved man to share/man (diff) |
Mk/Uses: Move man to share/man for kde framework
All ports utilizing USES=kde has been tested. If there are breakage on
other parts of the tree buzz me.
Approved by: portmgr (blanket)
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 2 | ||||
-rw-r--r-- | math/labplot/pkg-plist | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 6f6ad520b22d..5734b221455f 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -1,6 +1,6 @@ PORTNAME= labplot DISTVERSION= 2.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/ diff --git a/math/labplot/pkg-plist b/math/labplot/pkg-plist index 9fc70d4916dc..5913b2ca80aa 100644 --- a/math/labplot/pkg-plist +++ b/math/labplot/pkg-plist @@ -1,12 +1,4 @@ bin/labplot2 -man/ca/man1/labplot2.1.gz -man/es/man1/labplot2.1.gz -man/it/man1/labplot2.1.gz -man/man1/labplot2.1.gz -man/nl/man1/labplot2.1.gz -man/pt_BR/man1/labplot2.1.gz -man/sv/man1/labplot2.1.gz -man/uk/man1/labplot2.1.gz share/applications/org.kde.labplot2.desktop share/doc/HTML/ca/labplot2/index.cache.bz2 share/doc/HTML/ca/labplot2/index.docbook @@ -388,4 +380,12 @@ share/locale/uk/LC_MESSAGES/labplot2.mo share/locale/zh_CN/LC_MESSAGES/labplot2.mo share/locale/zh_TW/LC_MESSAGES/labplot2.mo share/metainfo/org.kde.labplot2.appdata.xml +share/man/ca/man1/labplot2.1.gz +share/man/es/man1/labplot2.1.gz +share/man/it/man1/labplot2.1.gz +share/man/man1/labplot2.1.gz +share/man/nl/man1/labplot2.1.gz +share/man/pt_BR/man1/labplot2.1.gz +share/man/sv/man1/labplot2.1.gz +share/man/uk/man1/labplot2.1.gz share/mime/packages/labplot2.xml |