mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/oo2c: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
096476845c
commit
44402244f5
2 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= oo2c
|
PORTNAME= oo2c
|
||||||
PORTVERSION= 2.1.11
|
PORTVERSION= 2.1.11
|
||||||
PORTREVISION= 14
|
PORTREVISION= 15
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= SF/ooc/ooc2/${PORTVERSION}
|
MASTER_SITES= SF/ooc/ooc2/${PORTVERSION}
|
||||||
DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION}
|
||||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc
|
||||||
DOCSDIR= lib/${PORTNAME}
|
DOCSDIR= lib/${PORTNAME}
|
||||||
USES= gmake libtool:build localbase:ldflags tar:bzip2
|
USES= gmake libtool:build localbase:ldflags tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
|
|
|
@ -3,10 +3,10 @@ bin/oob
|
||||||
bin/oobacktrace
|
bin/oobacktrace
|
||||||
bin/ooef
|
bin/ooef
|
||||||
bin/oowhereis
|
bin/oowhereis
|
||||||
man/man1/oo2c.1.gz
|
share/man/man1/oo2c.1.gz
|
||||||
man/man1/oob.1.gz
|
share/man/man1/oob.1.gz
|
||||||
man/man1/ooef.1.gz
|
share/man/man1/ooef.1.gz
|
||||||
man/man1/oowhereis.1.gz
|
share/man/man1/oowhereis.1.gz
|
||||||
lib/liboo2c.a
|
lib/liboo2c.a
|
||||||
lib/liboo2c.so
|
lib/liboo2c.so
|
||||||
lib/liboo2c.so.3
|
lib/liboo2c.so.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue