diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-17 12:16:34 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-17 12:28:13 +0000 |
commit | 5b7c121c03091ab9bfdf6c7f6f5e5ab77b6987f5 (patch) | |
tree | 671f7cad3e170db07569502b7b20de6d493345bf | |
parent | 458957c41817eeb1ce2d1640bdd0d87c22007eb7 (diff) | |
download | ports-5b7c121c03091ab9bfdf6c7f6f5e5ab77b6987f5.tar.gz ports-5b7c121c03091ab9bfdf6c7f6f5e5ab77b6987f5.zip |
net-im/freetalk: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | net-im/freetalk/Makefile | 3 | ||||
-rw-r--r-- | net-im/freetalk/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-im/freetalk/Makefile b/net-im/freetalk/Makefile index d47241932352..9586790c0510 100644 --- a/net-im/freetalk/Makefile +++ b/net-im/freetalk/Makefile @@ -1,6 +1,6 @@ PORTNAME= freetalk PORTVERSION= 4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= GNU/freetalk @@ -20,6 +20,7 @@ USES= autoreconf gettext-runtime gnome guile:2.2 localbase \ makeinfo ncurses pkgconfig readline USE_GNOME= glib20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share LIBS= -largp INFO= freetalk diff --git a/net-im/freetalk/pkg-plist b/net-im/freetalk/pkg-plist index 750e476b7d01..3dd475daec8b 100644 --- a/net-im/freetalk/pkg-plist +++ b/net-im/freetalk/pkg-plist @@ -24,4 +24,4 @@ bin/freetalk %%DOCSDIR%%/examples/daemon.ft %%DOCSDIR%%/examples/hello-world.ft %%DOCSDIR%%/examples/mimic.ft -man/man1/freetalk.1.gz +share/man/man1/freetalk.1.gz |