summaryrefslogtreecommitdiff
path: root/graphics/libungif
diff options
context:
space:
mode:
authorskrll <skrll>2002-03-11 07:51:41 +0000
committerskrll <skrll>2002-03-11 07:51:41 +0000
commit59518cf9e918393fef46a89de70bfdba96b07269 (patch)
tree1940df5f027315086a4abaa8de21567a91d62e10 /graphics/libungif
parentfebb651035ea53a97d61a37eed130cee88c685f5 (diff)
downloadpkgsrc-59518cf9e918393fef46a89de70bfdba96b07269.tar.gz
Remove the pre-build target that does the same thing as AUTOMAKE_OVERRIDE.
Diffstat (limited to 'graphics/libungif')
-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 \