mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- STAGE-clean
- Fix PKGNAME, remove LATEST_LINK
This commit is contained in:
parent
0812da96d4
commit
93707042b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343933
@ -6,14 +6,12 @@ PORTVERSION= 5.10.1
|
||||
CATEGORIES= math graphics
|
||||
MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \
|
||||
http://www.neuro.mcw.edu/Ports/distfiles/VTK5/
|
||||
PKGNAMESUFFIX= -data
|
||||
PKGNAMESUFFIX= 5-data
|
||||
DISTNAME= vtkdata-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= The Visualization Toolkit test and example data
|
||||
|
||||
LATEST_LINK= vtk5-data
|
||||
|
||||
WRKSRC= ${WRKDIR}/VTKData${PORTVERSION}
|
||||
|
||||
NO_BUILD= yes
|
||||
@ -21,8 +19,7 @@ NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/VTKData
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/VTKData
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user