SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
devel/autoconf/2.52/patches/patch-Makefile_in
Normal file
27
devel/autoconf/2.52/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,27 @@
|
|||
--- Makefile.in.orig Wed Jul 18 16:41:38 2001
|
||||
+++ Makefile.in Sat Mar 8 14:09:51 2008
|
||||
@@ -44,6 +44,7 @@ ACLOCAL = @ACLOCAL@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
+MAKEINFO = @MAKEINFO@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
||||
@@ -89,7 +90,7 @@ m4sources = m4sugar.m4 m4sh.m4 $(srcdir)
|
||||
distpkgdataDATA = acfunctions acheaders acidentifiers acmakevars acprograms aclibraries $(m4sources)
|
||||
|
||||
|
||||
-nodistpkgdataDATA = autoconf.m4f
|
||||
+nodistpkgdataDATA =
|
||||
|
||||
pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
|
||||
|
||||
@@ -176,6 +177,7 @@ install-pkgdataDATA: $(pkgdata_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
|
||||
@list='$(pkgdata_DATA)'; for p in $$list; do \
|
||||
+ p=`basename $$p`; \
|
||||
if test -f $(srcdir)/$$p; then \
|
||||
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
|
||||
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
|
Loading…
Add table
Add a link
Reference in a new issue