- Fix plist on 4.x

Submitted by:	pointyhat via kris
This commit is contained in:
Sergey Matveychuk 2004-12-26 11:50:10 +00:00
parent 1719785d6c
commit c71f872b94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125219
2 changed files with 5 additions and 1 deletions

View file

@ -104,7 +104,7 @@ CONFIGURE_ARGS+= --enable-csiv2 --enable-csl2
PLIST_SUB+= MICO_X11=${MICO_X11} MICO_QT=${MICO_QT} MICO_GTK=${MICO_GTK} \
MICO_TCL=${MICO_TCL} MICO_SSL=${MICO_SSL} \
MICO_SERVICE=${MICO_SERVICE}
MICO_SERVICE=${MICO_SERVICE} FLEX=${FLEX}
MAN1= idl.1 imr.1 nsadmin.1
MAN5= micorc.5
@ -124,6 +124,9 @@ post-patch:
@${REINPLACE_CMD} -e "s#\"-O2\"#\"${CFLAGS}\"#;s#\"-pthread#\"${PTHREAD_LIBS}#" ${WRKSRC}/configure.in
.if ${OSVERSION} < 500035
@${LN} -s /usr/include/g++/FlexLexer.h ${WRKSRC}/include
FLEX= ""
.else
FLEX= "@comment "
.endif
post-configure:

View file

@ -39,6 +39,7 @@ bin/mkdepend
%%MICO_SERVICE%%bin/timed
%%MICO_SERVICE%%bin/traderd
%%MICO_SERVICE%%bin/traversald
%%FLEX%%include/FlexLexer.h
include/CORBA-SMALL.h
include/CORBA.h
include/coss/CompoundExternalization_impl.h