mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
- 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@)
11 lines
343 B
Text
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
|