diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:00:29 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:02:21 +0000 |
commit | e83712eb8ee2fd050f14e07df828141183333281 (patch) | |
tree | 501afcaffa8a1bb2a6aebb6090e87145787bd766 | |
parent | 4b7bcc9315b56ac9489ff77595b0ce39585f61ea (diff) | |
download | ports-e83712eb8ee2fd050f14e07df828141183333281.tar.gz ports-e83712eb8ee2fd050f14e07df828141183333281.zip |
comms/minicom: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | comms/minicom/Makefile | 2 | ||||
-rw-r--r-- | comms/minicom/pkg-plist | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index ed517216ce4d..48008945d8fa 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,5 +1,6 @@ PORTNAME= minicom PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= comms MAINTAINER= jailbird@fdf.net @@ -14,6 +15,7 @@ RUN_DEPENDS= lrz:comms/lrzsz USES= cpe iconv localbase ncurses CPE_VENDOR= minicom_project GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-dfl-baud=57600 \ --enable-dfl-port=/dev/cuau0 \ --enable-lock-dir=/var/spool/lock \ diff --git a/comms/minicom/pkg-plist b/comms/minicom/pkg-plist index bfaceb782211..278b7524bb86 100644 --- a/comms/minicom/pkg-plist +++ b/comms/minicom/pkg-plist @@ -3,10 +3,10 @@ bin/xminicom bin/runscript bin/ascii-xfr @dir %%ETCDIR%% -man/man1/minicom.1.gz -man/man1/runscript.1.gz -man/man1/ascii-xfr.1.gz -man/man1/xminicom.1.gz +share/man/man1/minicom.1.gz +share/man/man1/runscript.1.gz +share/man/man1/ascii-xfr.1.gz +share/man/man1/xminicom.1.gz %%NLS%%share/locale/cs/LC_MESSAGES/minicom.mo %%NLS%%share/locale/da/LC_MESSAGES/minicom.mo %%NLS%%share/locale/de/LC_MESSAGES/minicom.mo |