1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Michael Reifenberger 2014-05-21 17:29:54 +00:00
parent 8dbfc443c3
commit 73c3a3965d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354755

View File

@ -3,7 +3,7 @@
PORTNAME= qcad-partslib
PORTVERSION= 2.1.2.8.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= cad
MASTER_SITES= ftp://www.ribbonsoft.com/archives/partlibrary/
DISTNAME= partlibrary-${PORTVERSION:S/.1$/-1/}
@ -17,10 +17,9 @@ DATADIR= share/qcad/library
NO_BUILD= yes
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/${DATADIR}
${TAR} -C ${PREFIX}/${DATADIR} --exclude CVS --unlink --strip-components 1 \
@${MKDIR} ${STAGEDIR}/${PREFIX}/${DATADIR}
${TAR} -C ${STAGEDIR}/${PREFIX}/${DATADIR} --exclude CVS --unlink --strip-components 1 \
-xovf ${_DISTDIR}${DISTFILES} 2>&1 | ${AWK} ' \
$$1 != "x" { \
print "ERROR: " $$0 > "/dev/stderr"; exit 1 \