openbsd-ports/devel/autoconf/2.68/patches/patch-Makefile_in
2011-05-12 00:10:33 +00:00

12 lines
496 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2011/05/12 00:10:33 sthen Exp $
--- Makefile.in.orig Wed Sep 22 18:36:18 2010
+++ Makefile.in Sun May 1 20:49:42 2011
@@ -323,6 +323,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) | \