diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/xmbmon/Makefile.in.patch | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/xmbmon/Makefile.in.patch')
-rw-r--r-- | abs/extra-testing/xmbmon/Makefile.in.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/abs/extra-testing/xmbmon/Makefile.in.patch b/abs/extra-testing/xmbmon/Makefile.in.patch deleted file mode 100644 index be3bf73..0000000 --- a/abs/extra-testing/xmbmon/Makefile.in.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -ru xmbmon205.orig/Makefile.in xmbmon205/Makefile.in ---- xmbmon205.orig/Makefile.in 2004-08-13 17:04:21.000000000 +1000 -+++ xmbmon205/Makefile.in 2008-06-14 00:59:35.000000000 +1000 -@@ -37,11 +37,11 @@ - RM=rm -f - INSTALL=install - --INST_DIR=/usr/local/bin --INST_MANDIR=/usr/local/man/man1 --INST_XDIR=/usr/X11R6/bin --INST_MANXDIR=/usr/X11R6/man/man1 --INST_XRDIR=/usr/X11R6/lib/X11/app-defaults -+INST_DIR=/usr/bin -+INST_MANDIR=/usr/share/man/man1 -+INST_XDIR=/usr/bin -+INST_MANXDIR=/usr/share/man/man1 -+INST_XRDIR=/usr/lib/X11/app-defaults - - .c.o: - $(CC) -c $(CFLAGS) $*.c -@@ -133,12 +133,12 @@ - $(RM) Makefile config.cache config.log config.h config.status - - install: $(PROGRAM) -- $(INSTALL) -o root -g wheel -m 4555 -c -p mbmon $(INST_DIR) -- $(INSTALL) -o root -g wheel -m 4555 -c -p xmbmon $(INST_XDIR) -+ $(INSTALL) -o root -g wheel -m 4555 -c -p mbmon $(DESTDIR)$(INST_DIR) -+ $(INSTALL) -o root -g wheel -m 4555 -c -p xmbmon $(DESTDIR)$(INST_XDIR) - - install-man: $(MANPAGE) -- $(INSTALL) -o root -g wheel -m 444 -c -p mbmon.1 $(INST_MANDIR) -- $(INSTALL) -o root -g wheel -m 444 -c -p xmbmon.1x $(INST_MANXDIR) -+ $(INSTALL) -o root -g wheel -m 444 -c -p mbmon.1 $(DESTDIR)$(INST_MANDIR) -+ $(INSTALL) -o root -g wheel -m 444 -c -p xmbmon.1x $(DESTDIR)$(INST_MANXDIR) - - lint: - $(LINT) $(INCLUDES) $(DEFS) $(FONTDEFINES) $(SRCS) -lm |