diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-17 19:32:28 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-17 19:32:28 +0000 |
commit | 2454289e7612844f4992d33eb3b8498319701413 (patch) | |
tree | c2abfead34b58adde3cd3a9ce0eab9a98250790e /net-print/foomatic/files | |
parent | oops (diff) | |
download | gentoo-2-2454289e7612844f4992d33eb3b8498319701413.tar.gz gentoo-2-2454289e7612844f4992d33eb3b8498319701413.tar.bz2 gentoo-2-2454289e7612844f4992d33eb3b8498319701413.zip |
New ebuild. This is the groundwork for a new and better Gentoo printing
system.
Diffstat (limited to 'net-print/foomatic/files')
-rw-r--r-- | net-print/foomatic/files/digest-foomatic-2.0.0 | 1 | ||||
-rw-r--r-- | net-print/foomatic/files/perl-module.diff | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/net-print/foomatic/files/digest-foomatic-2.0.0 b/net-print/foomatic/files/digest-foomatic-2.0.0 new file mode 100644 index 000000000000..426c650019ba --- /dev/null +++ b/net-print/foomatic/files/digest-foomatic-2.0.0 @@ -0,0 +1 @@ +MD5 410aaa40afcb748f549dc5059ef2e98e foomatic-2.0.0.tar.gz 599253 diff --git a/net-print/foomatic/files/perl-module.diff b/net-print/foomatic/files/perl-module.diff new file mode 100644 index 000000000000..1b7bd49dee8d --- /dev/null +++ b/net-print/foomatic/files/perl-module.diff @@ -0,0 +1,18 @@ +diff -urN foomatic-2.0.0/Makefile.in foomatic-2.0.0-modified/Makefile.in +--- foomatic-2.0.0/Makefile.in 2002-07-19 16:18:47.000000000 -0500 ++++ foomatic-2.0.0-modified/Makefile.in 2002-10-17 13:58:09.000000000 -0500 +@@ -157,10 +157,10 @@ + install-bin: check-config lib/Makefile + # This is the only way to get the Perl-generated Makefile using + # $(DESTDIR) properly +- ( cd lib && \ +- $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) && \ +- $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \ +- ) ++# ( cd lib && \ ++# $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) && \ ++# $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \ ++# ) + install -d $(DESTDIR)$(BINDIR) + install -d $(DESTDIR)$(SBINDIR) + install -d $(DESTDIR)$(ETCDIR) |