diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-09-30 10:39:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-09-30 10:39:44 +0000 |
commit | 6f7466406cf22ca0c92a34e355e661a21b63e7c6 (patch) | |
tree | b7baeadda128f31d3a2a9969563990868e8403c2 /editors/yui/files/patch-Makefile.in | |
parent | textproc/translate-toolkit: update to 2.2.5 (diff) |
Remove expired ports:
2018-09-29 net/ntp-devel: Use net/ntp instead
2018-09-29 net/xrdp-devel: Use net/xrdp instead
2018-09-29 net/tigervnc-devel: Use net/tigervnc instead
2018-09-29 net/unison-devel: Use net/unison instead
2018-09-30 textproc/p5-IDNA-Punycode: Deprecated by upstream
2018-08-15 graphics/gnustep-slideshowkit: unknown license
2018-08-15 graphics/gnustep-slideshow: depends on expiring graphics/gnustep-slideshowkit
2018-09-30 security/lockdown: Renders system unbootable
2018-09-30 devel/p5-Search-Binary: Deprecated by upstream, use List::BinarySearch instead
2018-09-30 devel/p5-ExtUtils-Command: ExtUtils::Command has been re-incorporated to ExtUtils-MakeMaker since 7.06, use devel/ExtUtils-MakeMaker instead
2018-09-30 editors/yui: Unmaintained upstream
2018-09-29 x11/tint-devel: Use x11/tint instead
Notes
Notes:
svn path=/head/; revision=480949
Diffstat (limited to 'editors/yui/files/patch-Makefile.in')
-rw-r--r-- | editors/yui/files/patch-Makefile.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/yui/files/patch-Makefile.in b/editors/yui/files/patch-Makefile.in deleted file mode 100644 index e4a63d644296..000000000000 --- a/editors/yui/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig 2014-05-27 23:10:08.284230405 +0800 -+++ Makefile.in 2014-05-27 23:10:49.067246053 +0800 -@@ -77,12 +77,12 @@ dist: realclean - && $(MV) $(DSTNAME).tar.bz2 $(HOMEDIR)/backup/current) - - install: all -- $(INSTALL) -d -m 755 $(INSTDIR) -- $(INSTALL) -d -m 755 $(MANDIR)/man1 -- $(INSTALL) -d -m 755 $(LIBDIR)/yui -+ $(INSTALL) -d -m 755 $(DESTDIR)$(INSTDIR) -+ $(INSTALL) -d -m 755 $(DESTDIR)$(MANDIR)/man1 -+ $(INSTALL) -d -m 755 $(DESTDIR)$(LIBDIR)/yui - $(STRIP) tyui/y -- $(INSTALL) -m 755 tyui/y $(INSTDIR)/y -- $(INSTALL) -m 644 y.1 $(MANDIR)/man1/y.1 -+ $(INSTALL) -m 755 tyui/y $(DESTDIR)$(INSTDIR)/y -+ $(INSTALL) -m 644 y.1 $(DESTDIR)$(MANDIR)/man1/y.1 - for _doc in $(FILES) ; do cd doc && $(SED) -e s!@LIBPATH@!$(LIBPATH)!g \ -- < $$_doc.in > $(LIBDIR)/yui/$$_doc && cd ..; done -- -cd $(LIBDIR)/yui && $(LN) -s help_eng.html yhelp.html -+ < $$_doc.in > $(DESTDIR)$(LIBDIR)/yui/$$_doc && cd ..; done -+ -cd $(DESTDIR)$(LIBDIR)/yui && $(LN) -s help_eng.html yhelp.html |