mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6f7e553a69
PR: 21744 Submitted by: MAINTAINER
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
--- Makefile.in.orig Wed Oct 4 13:09:37 2000
|
|
+++ Makefile.in Wed Oct 4 13:10:39 2000
|
|
@@ -383,12 +383,12 @@
|
|
|
|
# lets schedule the perl stuff for installation
|
|
# the special call to install-sh is because the -d switch is not portable
|
|
-install-data-local:
|
|
- ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
|
|
- $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
|
|
- $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
|
|
- $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
|
|
- $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
|
|
+install-data-local: site-perl-inst
|
|
+# ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
|
|
+# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
|
|
+# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
|
|
+# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
|
|
+# $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
|
|
|
|
# rules for building the perl module
|
|
perl_piped: perl-piped/Makefile
|