- Update to 201302, Announce message:
This update includes 869 files in the core library, including 570 new parts. - Strip executable - Change mklist -n to -d according to pkg-message
This commit is contained in:
parent
4264a8f23c
commit
c07e669290
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347143
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ldraw
|
PORTNAME= ldraw
|
||||||
PORTVERSION= 201301
|
PORTVERSION= 201302
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= http://www.ldraw.org/library/updates/
|
MASTER_SITES= http://www.ldraw.org/library/updates/
|
||||||
|
@ -50,7 +50,8 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/mklist/mklist ${STAGEDIR}${DATADIR}
|
${INSTALL_SCRIPT} ${WRKSRC}/mklist/mklist ${STAGEDIR}${DATADIR}
|
||||||
@(cd ${STAGEDIR}${DATADIR} ; ./mklist -n)
|
${STRIP_CMD} ${STAGEDIR}${DATADIR}/mklist
|
||||||
|
@(cd ${STAGEDIR}${DATADIR} ; ./mklist -d)
|
||||||
|
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ldraw/complete.zip) = 504b27731cb7d7b83833dff2ca0bd711363f733751d4f3dc6fec6ef86f54d916
|
SHA256 (ldraw/complete.zip) = 8f7aef634c4c7228cbc9987734ce28d13b9c655a85bf7e9a879e84cc518bf4fe
|
||||||
SIZE (ldraw/complete.zip) = 22915441
|
SIZE (ldraw/complete.zip) = 25216837
|
||||||
|
|
Loading…
Reference in a new issue