summaryrefslogtreecommitdiffstats
path: root/deskutils/xmdiary/scripts/noextradepend
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1998-03-09 13:05:01 +0000
committertg <tg@FreeBSD.org>1998-03-09 13:05:01 +0000
commitd4b9910d7af06d10d0f9350d26715e8599f9c355 (patch)
tree128a087633dc639820df7fc4de42fac2e7051f7e /deskutils/xmdiary/scripts/noextradepend
parent080e1d9701e9c5440e1c09f63ccaec887c03c276 (diff)
downloadFreeBSD-ports-d4b9910d7af06d10d0f9350d26715e8599f9c355.zip
FreeBSD-ports-d4b9910d7af06d10d0f9350d26715e8599f9c355.tar.gz
Import xmdiary port. xmdiary is another calendar, appointment book,
organizer. PR: 4658 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
Diffstat (limited to 'deskutils/xmdiary/scripts/noextradepend')
-rw-r--r--deskutils/xmdiary/scripts/noextradepend16
1 files changed, 16 insertions, 0 deletions
diff --git a/deskutils/xmdiary/scripts/noextradepend b/deskutils/xmdiary/scripts/noextradepend
new file mode 100644
index 0000000..aff8930
--- /dev/null
+++ b/deskutils/xmdiary/scripts/noextradepend
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+for f in `find $1 -type f -name Imakefile -print | xargs grep -l Library.tmpl`
+do
+
+patch -p << END_OF_PATCH
+--- $f.orig
++++ $f
+@@ -30,1 +30,1 @@
+-DependTarget()
++/* DependTarget() -- Library.tmpl contains this now */
+
+END_OF_PATCH
+
+done
+
OpenPOWER on IntegriCloud