svn commit: r454169 - head/graphics/ptex

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 14 09:00:10 UTC 2017


Author: amdmi3
Date: Tue Nov 14 09:00:09 2017
New Revision: 454169
URL: https://svnweb.freebsd.org/changeset/ports/454169

Log:
  - Pet portlint
  - Use proper command for static lib installation
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/ptex/Makefile

Modified: head/graphics/ptex/Makefile
==============================================================================
--- head/graphics/ptex/Makefile	Tue Nov 14 09:00:05 2017	(r454168)
+++ head/graphics/ptex/Makefile	Tue Nov 14 09:00:09 2017	(r454169)
@@ -2,8 +2,9 @@
 
 PORTNAME=	ptex
 PORTVERSION=	2.1.28
-CATEGORIES?=	graphics
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
+CATEGORIES?=	graphics
 
 MAINTAINER=	FreeBSD at 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


More information about the svn-ports-all mailing list