diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-07 11:17:23 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-07 11:51:22 +0000 |
commit | 8c5e0395ad7f49ae9015389d1b6c133aac9cedbd (patch) | |
tree | 6778c57ec4dbda2805f2f722c294279787827df5 /editors | |
parent | a66196ee2b98b1712513667a7131247b8a98e4e1 (diff) |
editors/uzap: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/uzap/Makefile | 3 | ||||
-rw-r--r-- | editors/uzap/files/patch-Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index dc0bbfa9cb61..5d0025cd7760 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -1,5 +1,6 @@ PORTNAME= uzap PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= LOCAL/joerg DISTNAME= ${PORTNAME} @@ -19,7 +20,7 @@ USES= ncurses NO_WRKSUBDIR= yes -PLIST_FILES= bin/uzap man/man1/uzap.1.gz +PLIST_FILES= bin/uzap share/man/man1/uzap.1.gz .include <bsd.port.options.mk> diff --git a/editors/uzap/files/patch-Makefile b/editors/uzap/files/patch-Makefile index 260e4fc677d9..a3944b7d6768 100644 --- a/editors/uzap/files/patch-Makefile +++ b/editors/uzap/files/patch-Makefile @@ -6,7 +6,7 @@ -MANDIR = /usr/man/manl -MSECT = l +BINDIR = ${PREFIX}/bin/ -+MANDIR = ${PREFIX}/man/man1 ++MANDIR = ${PREFIX}/share/man/man1 +MSECT = 1 + +all: uzap |