Install the nspr-config script.
PR: 51438
This commit is contained in:
parent
b3d4285ffd
commit
09fe2e9da6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79750
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nspr
|
||||
PORTVERSION= 4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src
|
||||
|
@ -33,6 +34,7 @@ do-install:
|
|||
${TAR} -C ${PREFIX}/include -xf -
|
||||
${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \
|
||||
${TAR} -C ${PREFIX}/lib -xf -
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/build/config/nspr-config ${PREFIX}/bin
|
||||
.for lib in ${LIBS}
|
||||
${LN} -sf ${lib} ${PREFIX}/lib/${lib:S/.1$//}
|
||||
.endfor
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
bin/nspr-config
|
||||
include/nspr/md/_aix.h
|
||||
include/nspr/md/_aix32.cfg
|
||||
include/nspr/md/_aix64.cfg
|
||||
|
|
Loading…
Reference in a new issue