diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-21 11:08:10 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-21 11:08:33 +0000 |
commit | 10109b330419f09510a2e0d3a29262006e8278fa (patch) | |
tree | 35c39c3166569518ed2445def1466d85ffd857c7 | |
parent | 33a1192b1e1936feb698c59c0327bf783ae0b1ee (diff) | |
download | ports-10109b330419f09510a2e0d3a29262006e8278fa.tar.gz ports-10109b330419f09510a2e0d3a29262006e8278fa.zip |
astro/starplot: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | astro/starplot/Makefile | 3 | ||||
-rw-r--r-- | astro/starplot/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile index 8e1e78e36772..51eae3c223e4 100644 --- a/astro/starplot/Makefile +++ b/astro/starplot/Makefile @@ -1,6 +1,6 @@ PORTNAME= starplot PORTVERSION= 0.95.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= astro MASTER_SITES= http://starplot.org/downloads/ @@ -14,6 +14,7 @@ USES= compiler:c++11-lang gmake gnome localbase:ldflags pathfix \ gettext pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share post-patch: @${REINPLACE_CMD} -e \ diff --git a/astro/starplot/pkg-plist b/astro/starplot/pkg-plist index 0f9f79dde56b..323f2f808a14 100644 --- a/astro/starplot/pkg-plist +++ b/astro/starplot/pkg-plist @@ -1,9 +1,9 @@ bin/starconvert bin/starpkg bin/starplot -man/man1/starconvert.1.gz -man/man1/starpkg.1.gz -man/man1/starplot.1.gz +share/man/man1/starconvert.1.gz +share/man/man1/starpkg.1.gz +share/man/man1/starplot.1.gz share/applications/starplot.desktop %%PORTDOCS%%%%DOCSDIR%%/html/ch0.html %%PORTDOCS%%%%DOCSDIR%%/html/ch1.html |