diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-14 09:00:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-14 09:00:09 +0000 |
commit | 8a2244cd0f735ebf02fa45b72856cd50390de577 (patch) | |
tree | 0c9698f5625108992eac27bc5dcb2fff0453f8d2 /graphics/ptex | |
parent | 6ad5b84fe9d00e251b426248eec3edfd4763f5c6 (diff) |
- Pet portlint
- Use proper command for static lib installation
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=454169
Diffstat (limited to 'graphics/ptex')
-rw-r--r-- | graphics/ptex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ptex/Makefile b/graphics/ptex/Makefile index c9e19f76ad10..b1e530baf817 100644 --- a/graphics/ptex/Makefile +++ b/graphics/ptex/Makefile @@ -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 |