ports/devel/autoconf/2.69/patches/patch-Makefile_in

11 lines
430 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Makefile.in.orig Tue Apr 24 22:40:26 2012
+++ Makefile.in Thu May 24 23:31:44 2012
@@ -331,6 +331,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) | \