summaryrefslogtreecommitdiff
path: root/sysutils/heirloom/files/patch-makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-27 07:55:12 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-27 07:55:12 +0000
commit4adef23672f71942245a56b40b8e689736b48471 (patch)
tree02a8249f5a52902257d36c4f3f0604c5c82b9e96 /sysutils/heirloom/files/patch-makefile
parentAdd p5-XML-Flow 0.81, store (restore) perl data structures in XML (diff)
Unbreak by s/'/"/ in sed commands list.
Notes
Notes: svn path=/head/; revision=168860
Diffstat (limited to 'sysutils/heirloom/files/patch-makefile')
-rw-r--r--sysutils/heirloom/files/patch-makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/heirloom/files/patch-makefile b/sysutils/heirloom/files/patch-makefile
new file mode 100644
index 000000000000..e60a67573447
--- /dev/null
+++ b/sysutils/heirloom/files/patch-makefile
@@ -0,0 +1,19 @@
+--- ./makefile.orig Sun Jan 22 22:48:04 2006
++++ ./makefile Thu Jul 27 01:01:57 2006
+@@ -87,14 +87,14 @@
+ cpio -pdm $(PKGROOT)/usr/share/doc/heirloom
+ rm -f $(PKGPROTO)
+ echo 'i pkginfo' >$(PKGPROTO)
+- (cd $(PKGROOT) && find . -print | pkgproto) | >>$(PKGPROTO) sed '\
++ (cd $(PKGROOT) && find . -print | pkgproto) | >>$(PKGPROTO) sed " \
+ s:^\([df] [^ ]* [^ ]* [^ ]*\) .*:\1 root root:; \
+ s:^\(f [^ ]* [^ ]*/ps \).*:\14755 root root:; \
+ s:^\(f [^ ]* [^ ]*/shl \).*:\12755 root adm:; \
+ s:^\(f [^ ]* [^ ]*/su \).*:\14755 root root:; \
+ s:^f\( [^ ]* etc/\):v \1:; \
+ s:^f\( [^ ]* var/\):v \1:; \
+- s:^\(s [^ ]* [^ ]*=\)\([^/]\):\1./\2:'
++ s:^\(s [^ ]* [^ ]*=\)\([^/]\):\1./\2:"
+ rm -rf $(PKGTEMP)/heirloom
+ pkgmk -a `uname -m` -d $(PKGTEMP) -r $(PKGROOT) -f $(PKGPROTO) heirloom
+ pkgtrans -o -s $(PKGTEMP) `pwd`/heirloom.pkg heirloom