diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-05 23:34:27 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-05 23:34:27 +0000 |
commit | b6c9defb473b556415680b53059b2f22d1286ebe (patch) | |
tree | f7edf9a9b7240b09cc8902fcc65c71c249cdecac /graphics | |
parent | dd9ab9094e4c129d55e8926016c92dccbac74f27 (diff) | |
download | pkgsrc-b6c9defb473b556415680b53059b2f22d1286ebe.tar.gz |
Remove pre-build target that does the same thing as AUTOMAKE_OVERRIDE
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giflib/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 58c6ec90132..265d543efa8 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/09/27 23:18:11 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2002/03/05 23:34:27 skrll Exp $ # DISTNAME= giflib-4.1.0 @@ -31,13 +31,6 @@ MAKE_ENV+= CC="${CC} -I${LOCALBASE}/include" post-patch: ${RM} ${WRKSRC}/doc/gif2x11.html -# We patch configure.in, so touch the Makefile.in files to prevent automake -# from regenerating them. -# -pre-build: - ${TOUCH} ${WRKSRC}/aclocal.m4 - ${FIND} ${WRKSRC} -name "Makefile.in" -print | ${XARGS} ${TOUCH} - post-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC}; ${INSTALL_DATA} COPYING PATENT_PROBLEMS ${DOCDIR} |