Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2017 09:00:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454169 - head/graphics/ptex
Message-ID:  <201711140900.vAE909f4039015@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711140900.vAE909f4039015>