diff options
Diffstat (limited to 'net/licq-devel/files/patch-aa')
-rw-r--r-- | net/licq-devel/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/licq-devel/files/patch-aa b/net/licq-devel/files/patch-aa deleted file mode 100644 index a48b995d42f2..000000000000 --- a/net/licq-devel/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- misc/Makefile.in.orig Fri Oct 30 13:29:28 1998 -+++ misc/Makefile.in Sun Nov 1 21:22:45 1998 -@@ -17,6 +17,7 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_SCRIPT = ${INSTALL} -c -o bin -g bin -m 555 - - CONF_FILES = sample.uin users.conf licq.conf - -@@ -31,9 +32,9 @@ - $(RM) Makefile - - install: -- ${INSTALL_PROGRAM} licq.javaconvert ${bindir} -- ${INSTALL_PROGRAM} licq.micqconvert ${bindir} -- ${INSTALL_PROGRAM} licq.winconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.javaconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.micqconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.winconvert ${bindir} - ${INSTALL} -d ${pkgdatadir}/data - ${INSTALL} -d ${pkgdatadir}/conf - ${INSTALL} -d ${pkgdatadir}/translations -@@ -46,4 +47,5 @@ - for i in translations/*; do \ - ${INSTALL_DATA} $$i ${pkgdatadir}/translations; \ - done -+ ${INSTALL} licq.1 ${prefix}/man/man1 - |