diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-02 13:44:45 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-02 13:44:45 +0000 |
commit | 1806909df81700a19375f796e871a57d47332bd2 (patch) | |
tree | 594b7f4539a9cb83c85aa17d48972557fa96790e /net-print/foomatic-db-engine/files | |
parent | Add amd64 keyword. (Manifest recommit) (diff) | |
download | gentoo-2-1806909df81700a19375f796e871a57d47332bd2.tar.gz gentoo-2-1806909df81700a19375f796e871a57d47332bd2.tar.bz2 gentoo-2-1806909df81700a19375f796e871a57d47332bd2.zip |
version bump
Diffstat (limited to 'net-print/foomatic-db-engine/files')
-rw-r--r-- | net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.1 | 1 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/files/perl-module-3.0.1.diff | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.1 b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.1 new file mode 100644 index 000000000000..e8dc13c58f94 --- /dev/null +++ b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.1 @@ -0,0 +1 @@ +MD5 89070d0acc245d350faeb0c49a5f3f7f foomatic-db-engine-3.0.1.tar.gz 290338 diff --git a/net-print/foomatic-db-engine/files/perl-module-3.0.1.diff b/net-print/foomatic-db-engine/files/perl-module-3.0.1.diff new file mode 100644 index 000000000000..3922addf0c9c --- /dev/null +++ b/net-print/foomatic-db-engine/files/perl-module-3.0.1.diff @@ -0,0 +1,30 @@ +diff -urN Makefile.in.1 Makefile.in +--- Makefile.in.1 2002-07-19 16:18:47.000000000 -0500 ++++ Makefile.in 2002-10-17 13:58:09.000000000 -0500 +@@ -182,10 +182,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=$(PERLPREFIX) && \ +- $(MAKE) PREFIX=$(PERLPREFIX) pure_install \ +- ) ++# ( cd lib && \ ++# $(MAKE) PREFIX=$(PERLPREFIX) && \ ++# $(MAKE) PREFIX=$(PERLPREFIX) pure_install \ ++# ) + ${SRC}/mkinstalldirs $(DESTDIR)$(BINDIR) + ${SRC}/mkinstalldirs $(DESTDIR)$(SBINDIR) + ${SRC}/mkinstalldirs $(DESTDIR)$(ETCDIR) +diff -Naur Makefile.in.1 Makefile.in +--- Makefile.in.1 2003-07-11 16:00:57.000000000 +0200 ++++ Makefile.in 2003-07-11 16:01:02.000000000 +0200 +@@ -40,7 +40,7 @@ + FOOMATIC_RIP=@FOOMATIC_RIP@ + + # foomatic-rip path for a "make inplace" installation +-LOCAL_FOOMATIC_RIP=@LOCAL_FOOMATIC_RIP@ ++LOCAL_FOOMATIC_RIP=@FOOMATIC_RIP@ + + # Locations for installing the components of this package + BINDIR=$(bindir) |