diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /net-p2p/xmule/files/patch-Makefile.in | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'net-p2p/xmule/files/patch-Makefile.in')
-rw-r--r-- | net-p2p/xmule/files/patch-Makefile.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/xmule/files/patch-Makefile.in b/net-p2p/xmule/files/patch-Makefile.in deleted file mode 100644 index c73e314bc71e..000000000000 --- a/net-p2p/xmule/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sat Apr 2 22:24:36 2005 -+++ Makefile.in Sat Apr 2 22:25:03 2005 -@@ -268,10 +268,9 @@ - @rm -rf Compilation.flags Makefile aclocal.m4 autom4te.cache config.h* config.l* config.st* config.rp* configure depcomp intl - - install: all -- @mkdir -p @bindir@ -- @mkdir -p @datadir@/{applications,locale,pixmaps} -- @cp -f ed2k.xmule-2.0 xmule @bindir@ -- @cp -f ed2k.xmule-2.0 @bindir@/ed2k -+ @mkdir -p @datadir@/applications -+ @mkdir -p @datadir@/locale -+ @mkdir -p @datadir@/pixmaps - @cd po && $(MAKE) install - @cp -f xmule.desktop @datadir@/applications - @cp -f xmule.xpm @datadir@/pixmaps |