diff options
Diffstat (limited to 'graphics/xart/Makefile')
-rw-r--r-- | graphics/xart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index d4f5c8930de..2ebd0171a0a 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/04/22 14:22:43 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/04/24 22:32:55 hubertf Exp $ # DISTNAME= xart19980415 @@ -16,6 +16,7 @@ DEPENDS+= png-0.96:../../graphics/png WRKSRC= ${WRKDIR}/19980415 USE_IMAKE= yes +CAT1= xart.0 post-extract: find ${WRKSRC} -type d -print | xargs chmod 755 |