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

12 lines
546 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2004/02/10 00:00:14 espie Exp $
--- Makefile.in.orig 2003-11-06 10:33:26.000000000 +0100
+++ Makefile.in 2004-02-09 22:11:40.000000000 +0100
@@ -198,6 +198,7 @@ install-pkgdataDATA: $(pkgdata_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
@list='$(pkgdata_DATA)'; for p in $$list; do \
+ p=`basename $$p`; \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \