SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
devel/autoconf/2.54/patches/patch-Makefile_in
Normal file
10
devel/autoconf/2.54/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Makefile.in.orig Fri Sep 13 10:29:54 2002
|
||||
+++ Makefile.in Tue Jun 24 18:11:19 2003
|
||||
@@ -164,6 +164,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"; \
|
Loading…
Add table
Add a link
Reference in a new issue