aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/remind/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-04-19 05:46:22 +0800
committerpav <pav@FreeBSD.org>2004-04-19 05:46:22 +0800
commitb35ee7273ea887be5910adbe8626c0960d5ac680 (patch)
treea6c788e40c5cf4839ef60b444e3d8a82bb65d152 /deskutils/remind/files
parentfdd7ab9fe435099c8ccb72e593f6d8683f979d46 (diff)
downloadfreebsd-ports-gnome-b35ee7273ea887be5910adbe8626c0960d5ac680.tar.gz
freebsd-ports-gnome-b35ee7273ea887be5910adbe8626c0960d5ac680.tar.zst
freebsd-ports-gnome-b35ee7273ea887be5910adbe8626c0960d5ac680.zip
Add remind, a sophisticated calendar and alarm program.
PR: ports/65419 Submitted by: Lewis Thompson <lewiz@fajita.org>
Diffstat (limited to 'deskutils/remind/files')
-rw-r--r--deskutils/remind/files/patch-Makefile::install18
1 files changed, 18 insertions, 0 deletions
diff --git a/deskutils/remind/files/patch-Makefile::install b/deskutils/remind/files/patch-Makefile::install
new file mode 100644
index 000000000000..dc6f6dc2b301
--- /dev/null
+++ b/deskutils/remind/files/patch-Makefile::install
@@ -0,0 +1,18 @@
+--- src/Makefile.in.orig Mon Jun 26 16:50:53 2000
++++ src/Makefile.in Sun Apr 18 23:40:23 2004
+@@ -49,11 +49,14 @@
+ @CC@ @LDFLAGS@ -o remind $(REMINDOBJS) @LIBS@
+
+ install: all
+- for prog in $(PROGS) $(SCRIPTS) ; do \
++ for prog in $(PROGS) ; do \
+ $(INSTALL_PROGRAM) $$prog $(bindir) ; \
+ done
+ -strip $(bindir)/remind
+ -strip $(bindir)/rem2ps
++ for script in $(SCRIPTS) ; do \
++ $(INSTALL) -m 555 $$script $(bindir) ; \
++ done
+ for man in $(MANS) ; do \
+ $(INSTALL_DATA) $$man $(mandir)/man1 ; \
+ done