Ticket #38111: patch-Makefile.am.diff

File patch-Makefile.am.diff, 776 bytes (added by cooljeanius (Eric Gallager), 11 years ago)

patch 2 referenced by new portfile

  • /opt/local/var/macports/build/_opt_local_var_macports_sources_LocalPorts_sysutils_stress/stress/work/stress-1.0.4/Makefile.am

    old new  
     1ACLOCAL_AMFLAGS = -I m4
     2
    13MAINTAINERCLEANFILES = install-sh mkinstalldirs missing Makefile.in \
    24                       aclocal.m4 configure COPYING Log.cvs ChangeLog depcomp
    35EXTRA_DIST = ChangeLog
    46
    57SUBDIRS = . src doc test
    68
     9VERSION = @VERSION@
     10PACKAGE = @PACKAGE@
     11
    712ChangeLog: Log.cvs
    813        rcs2log -u "apw Amos Waterland  apw@rossby.metr.ou.edu" -L $^ | \
    914                sed 's,/home/apw/cvsroot/stress/src/,,g' | fmt -w 78 > $@