mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
17 lines
1.1 KiB
Text
17 lines
1.1 KiB
Text
--- Makefile.in.orig Mon Apr 5 02:03:53 2004
|
|
+++ Makefile.in Tue Apr 6 10:53:31 2004
|
|
@@ -633,13 +633,7 @@
|
|
# lets schedule the perl stuff for installation
|
|
# the special call to install-sh is because the -d switch is not portable
|
|
# mac os X has its perl module in bundles so it seems
|
|
-install-data-local:
|
|
- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
|
|
- $(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
|
|
- $(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
|
|
- $(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
|
|
- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
|
|
- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
|
|
+install-data-local: site-perl-inst
|
|
|
|
# rules for building the perl module
|
|
|