diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-04-24 22:32:55 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-04-24 22:32:55 +0000 |
commit | 237d6baf5872090fa46e0221d92d8e08efc05d63 (patch) | |
tree | aa0354e575428676b445e68d21b66c2058685258 /graphics/xart | |
parent | d195fd29971ca0ffc84e9c37c3f8f400e58be1dd (diff) | |
download | pkgsrc-237d6baf5872090fa46e0221d92d8e08efc05d63.tar.gz |
add CAT1
Diffstat (limited to 'graphics/xart')
-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 |