math/gnubc: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 19:23:10 +01:00
parent e3d1aa6da1
commit 6677d08a7b
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= bc
DISTVERSION= 1.07.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= GNU
PKGNAMEPREFIX= gnu
@ -17,13 +17,14 @@ BROKEN_powerpc64= fails to build: tests fail with error code 2
USES= cpe libedit makeinfo
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS+= --with-libedit
INFO= bc \
dc
PLIST_FILES= bin/bc \
bin/dc \
man/man1/bc.1.gz \
man/man1/dc.1.gz
share/man/man1/bc.1.gz \
share/man/man1/dc.1.gz
PORTEXAMPLES= ckbook.b \
pi.b \
primes.b \