diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 14:45:02 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 14:45:02 +0000 |
commit | 9bb7560d5da289ff1c3cea8c3ab2bfd4348306b3 (patch) | |
tree | 6b2c3e8e3495bf260a87316d3b86d0d7a45129f6 /net-print/foomatic-db-engine/files | |
parent | initial release (diff) | |
download | gentoo-2-9bb7560d5da289ff1c3cea8c3ab2bfd4348306b3.tar.gz gentoo-2-9bb7560d5da289ff1c3cea8c3ab2bfd4348306b3.tar.bz2 gentoo-2-9bb7560d5da289ff1c3cea8c3ab2bfd4348306b3.zip |
initial release
Diffstat (limited to 'net-print/foomatic-db-engine/files')
-rw-r--r-- | net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0 | 1 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/files/perl-module.diff | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0 b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0 new file mode 100644 index 000000000000..94c990826c37 --- /dev/null +++ b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0 @@ -0,0 +1 @@ +MD5 a3c0b0fc6662a7b9afab09cbe74bb292 foomatic-db-engine-3.0.0.tar.gz 271044 diff --git a/net-print/foomatic-db-engine/files/perl-module.diff b/net-print/foomatic-db-engine/files/perl-module.diff new file mode 100644 index 000000000000..e0c895f42176 --- /dev/null +++ b/net-print/foomatic-db-engine/files/perl-module.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 +@@ -178,10 +178,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) +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) |