- Pet portlint
- Use proper command for static lib installation Approved by: portmgr blanket
This commit is contained in:
parent
6ad5b84fe9
commit
8a2244cd0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454169
@ -2,8 +2,9 @@
|
||||
|
||||
PORTNAME= ptex
|
||||
PORTVERSION= 2.1.28
|
||||
CATEGORIES?= graphics
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= graphics
|
||||
|
||||
MAINTAINER= FreeBSD@Shaneware.biz
|
||||
COMMENT= Per face texture library
|
||||
@ -26,7 +27,7 @@ post-build-DOCS-on:
|
||||
do-install:
|
||||
${INSTALL_LIB} ${BUILD_WRKSRC}/src/ptex/libPtex.so \
|
||||
${STAGEDIR}${PREFIX}/lib
|
||||
${INSTALL_LIB} ${BUILD_WRKSRC}/src/ptex/libPtex.a \
|
||||
${INSTALL_DATA} ${BUILD_WRKSRC}/src/ptex/libPtex.a \
|
||||
${STAGEDIR}${PREFIX}/lib
|
||||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/src/utils/ptxinfo \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user