Use MLINKS.
This commit is contained in:
parent
e83f021657
commit
9e39306ce6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13236
2 changed files with 3 additions and 15 deletions
|
@ -3,7 +3,7 @@
|
|||
# Whom: ejc@bazzle.com
|
||||
# Version required: 3.0
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1998/07/29 12:12:42 ejc Exp $
|
||||
# $Id: Makefile,v 1.11 1998/08/09 22:38:13 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= OB-3.0
|
||||
|
@ -20,18 +20,12 @@ BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
|
|||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe"
|
||||
MAN1= idl.1
|
||||
MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \
|
||||
- irgen.1 - irserv.1 - jidl.1
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
${MKDIR} ${PREFIX}/share/doc/ORBacus
|
||||
${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus
|
||||
.for man in hidl irdel irfeed irgen irserv jidl
|
||||
${RM} -f ${PREFIX}/man/man1/${man}.1*
|
||||
.if defined(NOMANCOMPRESS)
|
||||
${LN} -sf idl.1 ${PREFIX}/man/man1/${man}.1
|
||||
.else
|
||||
${LN} -sf idl.1.gz ${PREFIX}/man/man1/${man}.1.gz
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -68,9 +68,3 @@ lib/libIDL.a
|
|||
lib/libCosNaming.a
|
||||
lib/libCosProperty.a
|
||||
lib/libCosEvent.a
|
||||
man/man1/hidl.1.gz
|
||||
man/man1/irdel.1.gz
|
||||
man/man1/irfeed.1.gz
|
||||
man/man1/irgen.1.gz
|
||||
man/man1/irserv.1.gz
|
||||
man/man1/jidl.1.gz
|
||||
|
|
Loading…
Reference in a new issue