openbsd-ports/devel/autoconf/2.65/patches/patch-Makefile_in
2010-03-22 20:53:54 +00:00

12 lines
500 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/03/22 20:54:07 espie Exp $
--- Makefile.in.orig Sat Nov 21 14:59:19 2009
+++ Makefile.in Mon Mar 8 12:26:47 2010
@@ -312,6 +312,7 @@ install-pkgdataDATA: $(pkgdata_DATA)
test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
for p in $$list; do \
+ p=`basename $$p`; \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \