diff options
author | pav <pav@FreeBSD.org> | 2005-03-17 04:35:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-17 04:35:22 +0800 |
commit | d4af602c285cb92daf67a1fdba26f5794cd22f58 (patch) | |
tree | e7aaf238a19c91e9f63330e53f7175e55c9d26b7 /databases/rrdtool/files | |
parent | 9988e549ae9d6b9d98e9bf6c95fa4af7107939a6 (diff) | |
download | freebsd-ports-gnome-d4af602c285cb92daf67a1fdba26f5794cd22f58.tar.gz freebsd-ports-gnome-d4af602c285cb92daf67a1fdba26f5794cd22f58.tar.zst freebsd-ports-gnome-d4af602c285cb92daf67a1fdba26f5794cd22f58.zip |
- Fix plist (kill perllocal.pod)
Diffstat (limited to 'databases/rrdtool/files')
-rw-r--r-- | databases/rrdtool/files/patch-ac | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/databases/rrdtool/files/patch-ac b/databases/rrdtool/files/patch-ac index a43ad994692b..5d34a7b5d9e1 100644 --- a/databases/rrdtool/files/patch-ac +++ b/databases/rrdtool/files/patch-ac @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sun Aug 8 14:40:15 2004 -+++ Makefile.in Sun Aug 8 18:16:44 2004 +--- Makefile.in.orig Sun Aug 8 12:40:15 2004 ++++ Makefile.in Wed Mar 16 21:26:50 2005 @@ -633,21 +633,7 @@ # lets schedule the perl stuff for installation # the special call to install-sh is because the -d switch is not portable @@ -23,3 +23,14 @@ # rules for building the perl module +@@ -727,8 +713,8 @@ + site-perl-inst: site-perl-install + + site-perl-install: all perl-piped/Makefile perl-shared/Makefile +- cd perl-piped && $(MAKE) install +- cd perl-shared && $(MAKE) install ++ cd perl-piped && $(MAKE) pure_install ++ cd perl-shared && $(MAKE) pure_install + + site-tcl-install: all + cd tcl && $(MAKE) tcl-install |