diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:32:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:32:17 +0000 |
commit | 5aa5bdafe4c00759989f571dcedb711d708fbfd0 (patch) | |
tree | 883b58eb481c86e6a748a7d115d621431851023d /graphics/xart | |
parent | a8fbf965c0c75efeeebdf4be6b67472a3ffd4379 (diff) | |
download | pkgsrc-5aa5bdafe4c00759989f571dcedb711d708fbfd0.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'graphics/xart')
-rw-r--r-- | graphics/xart/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index 2ebd0171a0a..fad50c55cfd 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/24 22:32:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/22 12:39:47 agc Exp $ # DISTNAME= xart19980415 @@ -16,7 +16,6 @@ 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 |