Browse Source
math/tvmet: 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
2 changed files with
3 additions and
2 deletions
-
math/tvmet/Makefile
-
math/tvmet/pkg-plist
|
|
@ -1,6 +1,6 @@ |
|
|
|
PORTNAME= tvmet |
|
|
|
PORTVERSION= 1.7.2 |
|
|
|
PORTREVISION= 1 |
|
|
|
PORTREVISION= 2 |
|
|
|
CATEGORIES= math |
|
|
|
MASTER_SITES= SF/${PORTNAME}/Tar.Gz_Bz2%20Archive/${PORTVERSION} |
|
|
|
|
|
|
@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING |
|
|
|
|
|
|
|
USES= gmake tar:bzip2 libtool |
|
|
|
GNU_CONFIGURE= yes |
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
|
|
|
CONFIGURE_ARGS= --with-cxx=${CXX} |
|
|
|
|
|
|
|
OPTIONS_DEFINE= CPPUNIT DEBUG DOCS EXAMPLES |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
bin/tvmet-config |
|
|
|
man/man1/tvmet-config.1.gz |
|
|
|
share/man/man1/tvmet-config.1.gz |
|
|
|
include/tvmet/AliasProxy.h |
|
|
|
include/tvmet/BinaryFunctionals.h |
|
|
|
include/tvmet/CommaInitializer.h |
|
|
|