openbsd-ports/devel/autoconf/2.67/patches/patch-Makefile_in
2011-04-15 09:46:31 +00:00

12 lines
496 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2011/04/15 09:46:31 sthen 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) | \