summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-03-11 07:51:41 +0000
committerskrll <skrll@pkgsrc.org>2002-03-11 07:51:41 +0000
commit7ce37dffdc1f16d407a75edfec66967ef795bf14 (patch)
tree1940df5f027315086a4abaa8de21567a91d62e10
parent584da08bcccad7ca0e5ed4f2c3850c60e5ac07fb (diff)
downloadpkgsrc-7ce37dffdc1f16d407a75edfec66967ef795bf14.tar.gz
Remove the pre-build target that does the same thing as AUTOMAKE_OVERRIDE.
-rw-r--r--graphics/libungif/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index 7851850ecb5..7c6584be9bf 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/09/27 23:18:12 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2002/03/11 07:51:41 skrll Exp $
#
DISTNAME= libungif-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:
cd ${PREFIX}; \
for f in libungif.a libungif.so libungif.so.5 libungif.so.5.0; do \