diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:43:01 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:43:01 +0100 |
commit | c431e4b0ffe04f21ed6384a563b58e36354341e0 (patch) | |
tree | df16907dbeaf472072b0e6dd1061de3d39e0dce8 /textproc | |
parent | a9db04176f90a61b6bf5c5f42845f5923a156e8e (diff) | |
download | freebsd-ports-c431e4b0ffe04f21ed6384a563b58e36354341e0.zip |
textproc/bbe: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bbe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/bbe/Makefile b/textproc/bbe/Makefile index 1b5f4301678b..6b41b79ce3fa 100644 --- a/textproc/bbe/Makefile +++ b/textproc/bbe/Makefile @@ -1,6 +1,6 @@ PORTNAME= bbe PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}-/${PORTNAME}/${PORTVERSION} @@ -12,10 +12,11 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INFO= ${PORTNAME} -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS |