pkgsrc-wip/ripe-rpsl-objectlibrary/patches/patch-aa
George Michaelson 44e25c040f this is a NetBSD pkgsrc wrapper for RPSL-OL, the RIPE-NCC RPSL object library.
It includes a perl module which is installed as Net::Whois::RIPE::RPSL so
it has to depend on p5-Net-Whois-RPSL being installed first.
2005-06-28 05:52:11 +00:00

10 lines
221 B
Text

--- Makefile.orig 2005-06-17 14:52:52.000000000 +1000
+++ Makefile 2005-06-17 14:53:04.000000000 +1000
@@ -1,5 +1,7 @@
include Makefile.site
+all: $(RIPLIBDIR)/librpsl.a
+
$(RIPLIBDIR)/librpsl.a:
(cd src && make)