diff options
Diffstat (limited to 'graphics/aalib-x11/Makefile')
-rw-r--r-- | graphics/aalib-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aalib-x11/Makefile b/graphics/aalib-x11/Makefile index 16790cebb96..aa8731fecad 100644 --- a/graphics/aalib-x11/Makefile +++ b/graphics/aalib-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/05 20:38:34 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/27 00:53:11 heinz Exp $ PKGNAME= aalib-x11-${BASE_VERS} CATEGORIES+= x11 @@ -28,7 +28,7 @@ post-patch: $${file} > $${file}.fixed; \ ${MV} -f $${file}.fixed $${file}; \ done - @for f in `${FIND} ${WRKSRC} -name '*.[ch]'`; do \ + @for f in `${FIND} ${WRKSRC} -name '*.[ch]' -print`; do \ ${SED} -e "s|<malloc.h>|<stdlib.h>|g" $$f > $$f.patch \ && ${MV} $$f.patch $$f; \ done |