ports/www/p5-libapreq2/files/patch-glue-Makefile.in
Kurt Jaeger 035fdd0546 www/libapreq2, www/p5-libapreq2: separate ports
- separate the former master port libapreq2 from p5-libapreq2
- become maintainer for www/p5-libapreq2

Tests for dependend ports where OK.

Approved by:	culot (mentor), ohauer (apache@)
2014-07-19 16:25:27 +00:00

11 lines
343 B
Text

--- ./glue/Makefile.in.orig 2009-04-13 06:32:19.000000000 +0000
+++ ./glue/Makefile.in 2009-04-13 06:32:29.000000000 +0000
@@ -266,7 +266,7 @@
perl_install:
cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@ @MM_OPTS@
- cd perl; $(MAKE) install
+ cd perl; $(MAKE) pure_install
perl_clean:
-cd perl; $(MAKE) clean