diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-07 19:19:56 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-11 10:07:58 +0200 |
commit | 57b7e89968d490a805a584306ba5be6512d8ce65 (patch) | |
tree | 338201666dccfb991adc2d00ece84e881e19cb2d /app-misc/countrycodes | |
parent | app-mics/beanstalkd: remove unused init files (diff) | |
download | gentoo-57b7e89968d490a805a584306ba5be6512d8ce65.tar.gz gentoo-57b7e89968d490a805a584306ba5be6512d8ce65.tar.bz2 gentoo-57b7e89968d490a805a584306ba5be6512d8ce65.zip |
app-misc/countrycodes: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/countrycodes')
-rw-r--r-- | app-misc/countrycodes/files/countrycodes-1.0.5-Makefile.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-misc/countrycodes/files/countrycodes-1.0.5-Makefile.patch b/app-misc/countrycodes/files/countrycodes-1.0.5-Makefile.patch deleted file mode 100644 index 619d7a072360..000000000000 --- a/app-misc/countrycodes/files/countrycodes-1.0.5-Makefile.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur countrycodes-1.0.5-orig/src/Makefile countrycodes-1.0.5/src/Makefile ---- countrycodes-1.0.5-orig/src/Makefile 2003-02-01 09:56:08.000000000 -0600 -+++ countrycodes-1.0.5/src/Makefile 2007-02-03 20:12:26.000000000 -0600 -@@ -70,7 +70,7 @@ - strip $(PROGRAM) - - install: -- $(INSTALL) -g root -m $(BINMODE) -o root -s ${srcdir}/$(PROGRAM) ${bindir} -+ $(INSTALL) -g root -m $(BINMODE) -o root ${srcdir}/$(PROGRAM) ${bindir} - @echo "Installing man page..." - @$(SEDBIN) $(SEDCMDS) ${docdir}/iso3166.1.in > ${mandir}/iso3166.1 - @chown 0.0 ${mandir}/iso3166.1 |