openbsd-ports/devel/autoconf/2.63/patches/patch-Makefile_in

12 lines
534 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/03/22 20:53:34 espie Exp $
--- Makefile.in.orig Sun Apr 6 01:05:44 2008
+++ Makefile.in Sat Jul 19 11:42:13 2008
@@ -266,6 +266,7 @@ install-pkgdataDATA: $(pkgdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
@list='$(pkgdata_DATA)'; for p in $$list; do \
+ p=`basename $$p`; \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \