diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:01:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:01:13 +0000 |
commit | 89d232bfadd4741ecb124fca90aa115bb59d541c (patch) | |
tree | 10c6f3f67937d9770900aedd45d720e53ada65cb /japanese/weblint97/files/patch-aa | |
parent | - Remove unnecessary DISTNAME declaration (diff) |
Bye bye abandonwares (part 3)
2011-08-01 deskutils/gkrellm-timers: No more public distfile
2011-08-01 deskutils/multi-backgrounds-daemon: Looks like an abandonware, no more public distfile
2011-08-01 deskutils/py-tagfu: Looks like an abandonware, no more public distfile
2011-08-01 deskutils/taskstep: Looks like an abandonware, no more public distfile
2011-08-01 devel/c_c++_reference: No more public distfiles
2011-08-01 devel/libcoyotl: Looks like an abandonware, no more public distfile
2011-08-01 devel/libfs++: Looks like an abandonware, no more public distfile
2011-08-01 devel/mkmf: Looks like an abandonware, no more public distfile
2011-08-01 devel/p5-Include: No more public distfiles
2011-08-01 devel/rubygem-newgem: broken since 2010/09/22
2011-08-01 devel/tpg: Looks like an abandonware, no more public distfile
2011-08-01 games/amphetamine: Looks like an abandonware, no more public distfile
2011-08-01 games/anagramarama: Looks like an abandonware, no more public distfile
2011-08-01 games/connect4
2011-08-01 games/wrogue: No more public distfiles, looks like an abandonware
2011-08-01 graphics/xmms-msa: Looks like an abandonware, no more public distfile
2011-08-01 japanese/chimera: Look like an abandonware, no more public distifles
2011-08-01 japanese/drpl: Look like an abandonware, no more public distifles
2011-08-01 japanese/dvi2tty: Look like an abandonware, no more public distifles
2011-08-01 japanese/easypr: Look like an abandonware, no more public distifles
2011-08-01 japanese/elisp-manual: Look like an abandonware, no more public distifles
2011-08-01 japanese/emacs-manual: Look like an abandonware, no more public distifles
2011-08-01 japanese/ewipe: Look like an abandonware, no more public distifles
2011-08-01 japanese/ircII: Look like an abandonware, no more public distifles
2011-08-01 japanese/jhd: Look like an abandonware, no more public distifles
2011-08-01 japanese/libjconv: Look like an abandonware, no more public distifles
2011-08-01 japanese/mimekit: Look like an abandonware, no more public distifles
2011-08-01 japanese/nethack32: Look like an abandonware, no more public distifles
2011-08-01 japanese/paledit: Look like an abandonware, no more public distifles
2011-08-01 japanese/plain2: Look like an abandonware, no more public distifles
2011-08-01 japanese/recjis: Look like an abandonware, no more public distifles
2011-08-01 japanese/typist: Look like an abandonware, no more public distifles
2011-08-01 japanese/weblint97: Look like an abandonware, no more public distifles
2011-08-01 japanese/xmsgsaver: Look like an abandonware, no more public distifles
2011-08-01 japanese/xshodo: Look like an abandonware, no more public distifles
2011-08-01 japanese/xvi-euc: No more public distfiles
2011-08-01 japanese/xvi-sjis: No more public distfiles
2011-08-01 japanese/xyagamo: Look like an abandonware, no more public distifles
Diffstat (limited to 'japanese/weblint97/files/patch-aa')
-rw-r--r-- | japanese/weblint97/files/patch-aa | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/japanese/weblint97/files/patch-aa b/japanese/weblint97/files/patch-aa deleted file mode 100644 index c339319510bd..000000000000 --- a/japanese/weblint97/files/patch-aa +++ /dev/null @@ -1,43 +0,0 @@ ---- Makefile.orig Sat Mar 8 00:12:00 1997 -+++ Makefile Thu Oct 28 03:41:46 1999 -@@ -5,12 +5,15 @@ - - SHELL = /bin/sh - --BINDIR = /usr/local/bin --LIBDIR = /usr/lib/perl -+PREFIX ?= /usr/local -+BINDIR = ${PREFIX}/bin -+PERLLIBDIR?= ${PREFIX}/lib/perl -+LIBDIR = ${PERLLIBDIR} - JPDIR = ./l10n/ja-jp --JMANDIR = /usr/local/man/ja/man1 -+JMANDIR = ${PREFIX}/man/ja/man1 - PROGRAM = weblint - JPROGRAM = jweblint -+JPROGRAM_TMP = jweblint.tmp - EXTLIB = html-ext.pl - I18NLIB = htmli18n.pl - JCODE = jcode.pl -@@ -39,16 +42,14 @@ - -cp $(I18NLIB) $(LIBDIR) - - jinstall: $(JPROGRAM) -- -cp $(JPROGRAM) $(BINDIR) -- -chmod 755 $(BINDIR)/$(JPROGRAM) -- -cp $(JPDIR)/$(JPROGRAM).1 $(JMANDIR) -- -cp $(EXTLIB) $(LIBDIR) -- -cp $(I18NLIB) $(LIBDIR) -- -cp $(JCODE) $(LIBDIR) -+ ${BSD_INSTALL_SCRIPT} $(JPROGRAM) $(BINDIR) -+ ${BSD_INSTALL_MAN} $(JPDIR)/$(JPROGRAM).1 $(JMANDIR) -+ ${BSD_INSTALL_DATA} $(EXTLIB) $(LIBDIR) -+ ${BSD_INSTALL_DATA} $(I18NLIB) $(LIBDIR) - - euc-jp: - patch < $(JPDIR)/euc-jp.patch -- mv $(PROGRAM) $(JPROGRAM) -+ mv $(PROGRAM) $(JPROGRAM_TMP) - mv $(JPDIR)/$(JCODE) . - - sjis: |