Browse Source
math/wcalc: Moved man to share/man
Approved by: portmgr (blanket)
overlay
Muhammad Moinur Rahman
1 year ago
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with
3 additions and
2 deletions
-
math/wcalc/Makefile
|
|
@ -1,6 +1,6 @@ |
|
|
|
PORTNAME= wcalc |
|
|
|
PORTVERSION= 2.5 |
|
|
|
PORTREVISION= 3 |
|
|
|
PORTREVISION= 4 |
|
|
|
CATEGORIES= math |
|
|
|
MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION} |
|
|
|
|
|
|
@ -16,8 +16,9 @@ LIB_DEPENDS= libgmp.so:math/gmp \ |
|
|
|
USES= localbase readline |
|
|
|
|
|
|
|
GNU_CONFIGURE= yes |
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
|
|
|
|
|
|
|
PLIST_FILES= bin/wcalc \
|
|
|
|
man/man1/wcalc.1.gz |
|
|
|
share/man/man1/wcalc.1.gz |
|
|
|
|
|
|
|
.include <bsd.port.mk> |
|
|
|