summaryrefslogtreecommitdiff
path: root/deskutils/remind/files/patch-src_Makefile.in
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2022-02-16 13:07:22 +0100
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-02-17 02:01:36 +0800
commita1fa88108bf79682e19617e74df6e8c4ce421baa (patch)
treef65346773d2534be3ca503faf036c092a4e40d97 /deskutils/remind/files/patch-src_Makefile.in
parentsysutils/py-puremagic: Update to 1.12 (diff)
deskutils/remind: update to 03.04.00
- change LAT_??? and LON_??? variables to DEFAULT_LATITUDE and DEFAULT_LONGITUDE. Users who have set these variables must change their make.conf - fix fetch when port version is out of date - add a new REM2PDF option Upstream changes: - add UTF-8 support - add a remind-to-PDF converter REM2PDF - tkremind now support PDF and PS export when printing - replace LAT_??? and LON_??? macros with DEFAULT_LATITUDE and DEFAULT_LONGITUDE. - various bug fixes and documentation improvements Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW PR: 261986
Diffstat (limited to 'deskutils/remind/files/patch-src_Makefile.in')
-rw-r--r--deskutils/remind/files/patch-src_Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/remind/files/patch-src_Makefile.in b/deskutils/remind/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..b97ab8f15d13
--- /dev/null
+++ b/deskutils/remind/files/patch-src_Makefile.in
@@ -0,0 +1,15 @@
+--- src/Makefile.in.orig 2022-02-10 22:15:01 UTC
++++ src/Makefile.in
+@@ -52,8 +52,11 @@ remind: $(REMINDOBJS)
+
+ install-nostripped: all
+ -mkdir -p $(DESTDIR)$(bindir) || true
+- for prog in $(PROGS) $(SCRIPTS) ; do \
++ for prog in $(PROGS) ; do \
+ $(INSTALL_PROGRAM) $$prog $(DESTDIR)$(bindir) || exit 1; \
++ done
++ for script in $(SCRIPTS) ; do \
++ $(INSTALL_SCRIPT) $$script $(DESTDIR)$(bindir) || exit 1; \
+ done
+ rm -f $(DESTDIR)$(bindir)/rem > /dev/null 2>&1 || true
+ ln -s remind $(DESTDIR)$(bindir)/rem