Skip to content

Commit

Permalink
- Allow staging as a regular user
Browse files Browse the repository at this point in the history
- Bump portrevision as most docs was unreadable
  • Loading branch information
ant1 committed Sep 10, 2014
1 parent f6f9566 commit ee0b2a4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions math/xspread/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= xspread
PORTVERSION= 3.1.1c
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= http://archive.debian.org/%SUBDIR%/ \
http://mirror.safehostnet.com/debian-archive/%SUBDIR%/ \
Expand Down Expand Up @@ -52,10 +52,6 @@ do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/x/notes ${STAGEDIR}${DOCSDIR}
.for dir in doc documents sample_files tests
@${TAR} -C ${WRKSRC} --exclude '*.tmp' -cf - ${dir} | \
${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf -
.endfor
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} "doc documents sample_files tests" ${STAGEDIR}${DOCSDIR} "! -name *.tmp")

.include <bsd.port.mk>

0 comments on commit ee0b2a4

Please sign in to comment.