Skip to content

Commit

Permalink
CVS directories should not be left out, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
mef committed Mar 25, 2017
1 parent f38be84 commit e661318
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions print/tex-ptex/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2017/03/25 13:51:50 mef Exp $
# $NetBSD: Makefile,v 1.7 2017/03/25 14:27:00 mef Exp $

DISTNAME= ptex
PKGNAME= tex-${DISTNAME}-3.2pl41220
Expand Down Expand Up @@ -35,8 +35,9 @@ TEX_KANJIMAP_FILES+= morisawa.map

.include "../../print/texlive/package.mk"

post-extract:
pre-patch:
${CP} -pr ${FILESDIR}/texmf-dist ${WRKSRC}
${FIND} ${WRKSRC}/texmf-dist -type d -name CVS -exec ${RM} -rf '{}' \;

post-install:
${LN} -sf eptex ${DESTDIR}${PREFIX}/bin/platex
Expand Down

0 comments on commit e661318

Please sign in to comment.