o To use sqlplus, enable libsqlplus.so and libsqlplusic.so

by ldconfig running after install.
o Bump PORTREVISION, accordingly.

Forgotten by:	myself
This commit is contained in:
Norikatsu Shigemura 2007-02-18 17:17:50 +00:00
parent aca15c289e
commit 980d4112d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185457
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= instantclient
PORTVERSION= ${ORACLEVERSION}.${DISTDATE}
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/
PKGNAMEPREFIX= linux-oracle-
@ -81,5 +82,6 @@ do-install:
.for i in ${LIBS_LIST}
${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBSDIR}/${i}
.endfor
${PREFIX}/sbin/ldconfig
.include <bsd.port.post.mk>

View file

@ -5,3 +5,4 @@ usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libsqlplus.so
usr/lib/oracle/%%ORACLEVERSION%%/client/lib/libsqlplusic.so
@dirrm usr/lib/oracle/%%ORACLEVERSION%%/client/bin
@dirrmtry usr/bin
@exec %D/sbin/ldconfig