diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-19 04:08:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-19 04:08:48 +0000 |
commit | b7c02290c36593aeefe3beb05a510c3d68d55378 (patch) | |
tree | d09c6bbe368132ab1bee32e0e47f9e3a8b730bc3 /graphics/giflib/Makefile | |
parent | 8f1a1450aeb7a2338b13cbdcafb38b0e9df317d9 (diff) | |
download | pkgsrc-b7c02290c36593aeefe3beb05a510c3d68d55378.tar.gz |
Mirror changes in libungif/Makefile
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r-- | graphics/giflib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 04c9309ad2b..2b9e63fcc11 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/05/02 15:51:21 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2001/06/19 04:08:48 jlam Exp $ # DISTNAME= giflib-4.1.0 @@ -17,6 +17,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined CONFIGURE_ARGS= --without-x +USE_BUILDLINK_ONLY= # defined + DOCDIR= ${PREFIX}/share/doc/giflib HTMLDIR= ${PREFIX}/share/doc/html/giflib @@ -34,7 +36,7 @@ post-patch: # pre-build: ${TOUCH} ${WRKSRC}/aclocal.m4 - ${FIND} ${WRKSRC} -name "Makefile.in" -exec ${TOUCH} {} \; + ${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 ${TOUCH} post-install: ${INSTALL_DATA_DIR} ${DOCDIR} |