diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-19 11:28:24 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-19 11:28:24 +0000 |
commit | 1e7506ff6bc08c416c247094ac0331646239d569 (patch) | |
tree | 41781c862747d90ac7d933136484315268aee7da /sysutils/cfengine3/files | |
parent | deve/p5-Data-Dumper is included in perl now. (diff) |
Upgrade to cfengine-1.4.12.
Notes
Notes:
svn path=/head/; revision=12643
Diffstat (limited to 'sysutils/cfengine3/files')
-rw-r--r-- | sysutils/cfengine3/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/cfengine3/files/patch-ac b/sysutils/cfengine3/files/patch-ac new file mode 100644 index 000000000000..b912a4ed4371 --- /dev/null +++ b/sysutils/cfengine3/files/patch-ac @@ -0,0 +1,11 @@ +--- contrib/Makefile.in.orig Wed Aug 19 07:15:49 1998 ++++ contrib/Makefile.in Wed Aug 19 07:16:06 1998 +@@ -28,7 +28,7 @@ + ${MKINSTALLDIR} ${sbindir} + for x in $?; \ + do \ +- ${INSTALL_PROGRAM} $$x ${sbindir}; \ ++ ${INSTALL_SCRIPT} $$x ${sbindir}; \ + done + + clean: |