diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:54:58 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:54:58 +0100 |
commit | 6a03e2e4375024e2b00c97603dc1a08b61dece6a (patch) | |
tree | 81b2a11207e76a186bed6572a44b6b4a757ed8ff /textproc | |
parent | 97ce90c580d6e2c8811c3023713d52835ed7e988 (diff) | |
download | freebsd-ports-6a03e2e4375024e2b00c97603dc1a08b61dece6a.zip |
textproc/l2a: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/l2a/Makefile | 3 | ||||
-rw-r--r-- | textproc/l2a/files/patch-Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/l2a/Makefile b/textproc/l2a/Makefile index 8c5bf569dd32..d7eec1d445cd 100644 --- a/textproc/l2a/Makefile +++ b/textproc/l2a/Makefile @@ -1,5 +1,6 @@ PORTNAME= l2a PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://hannemyr.com/enjoy/ DISTNAME= l2a @@ -13,6 +14,6 @@ USES= zip NO_WRKSUBDIR= yes PLIST_FILES= bin/l2a \ - man/man1/l2a.1.gz + share/man/man1/l2a.1.gz .include <bsd.port.mk> diff --git a/textproc/l2a/files/patch-Makefile b/textproc/l2a/files/patch-Makefile index 5e2e2b7d1462..98ac7b2a25d3 100644 --- a/textproc/l2a/files/patch-Makefile +++ b/textproc/l2a/files/patch-Makefile @@ -16,7 +16,7 @@ -BINDIR = /local/bin -MANDIR = /local/man +BINDIR = ${PREFIX}/bin -+MANDIR = ${PREFIX}/man ++MANDIR = ${PREFIX}/share/man # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # END OF CUSTOMIZATION SECTION |