diff options
Diffstat (limited to 'misc/diction/files/patch-aa')
-rw-r--r-- | misc/diction/files/patch-aa | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/misc/diction/files/patch-aa b/misc/diction/files/patch-aa deleted file mode 100644 index f3481e1c8052..000000000000 --- a/misc/diction/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ ---- Makefile.in.orig Tue May 16 03:10:04 2000 -+++ Makefile.in Tue Dec 19 00:32:28 2000 -@@ -3,6 +3,10 @@ - prefix= @prefix@ - exec_prefix= @exec_prefix@ - -+INSTALL= @INSTALL@ -+INSTALL_PROGRAM= @INSTALL_PROGRAM@ -+INSTALL_DATA= @INSTALL_DATA@ -+ - CC= @CC@ - CFLAGS= @CFLAGS@ - CPPFLAGS= @CPPFLAGS@ -DSHAREDIR=\"@datadir@\" -@@ -20,16 +24,16 @@ - getopt.o getopt1.o $(LIBM) $(LIBS) - - install: all -- @INSTALL@ -m 755 -d @bindir@ -- @INSTALL@ diction @bindir@/diction -- @INSTALL@ style @bindir@/style -- @INSTALL@ -m 755 -d @datadir@/diction -- @INSTALL@ -m 644 de @datadir@/diction/de -- @INSTALL@ -m 644 en @datadir@/diction/en -+ -mkdir -p @bindir@ -+ $(INSTALL_PROGRAM) diction @bindir@/diction -+ $(INSTALL_PROGRAM) style @bindir@/style -+ -mkdir -p @datadir@/diction -+ $(INSTALL_DATA) de @datadir@/diction/de -+ $(INSTALL_DATA) en @datadir@/diction/en - (cd @datadir@/diction; rm -f C; ln en C) -- @INSTALL@ -m 755 -d @mandir@/man1 -- @INSTALL@ -m 644 diction.1 @mandir@/man1/diction.1 -- @INSTALL@ -m 644 style.1 @mandir@/man1/style.1 -+ -mkdir -p @mandir@/man1 -+ $(INSTALL_DATA) diction.1 @mandir@/man1/diction.1 -+ $(INSTALL_DATA) style.1 @mandir@/man1/style.1 - - install.msg: - gencat -o @datadir@/locale/en_US/LC_MESSAGES/diction.cat diction-en.msg sent-en.msg |