summaryrefslogtreecommitdiff
path: root/net-mgmt/nitpicker/files/patch-ae
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2003-09-23 08:17:36 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2003-09-23 08:17:36 +0000
commit71225ba5abfac0ac27d9d81caeb2c9a245761f71 (patch)
tree976023b909c402cf4ceeda2518bd513865ca4387 /net-mgmt/nitpicker/files/patch-ae
parent- Fix build package and honor PREFIX (diff)
Unbreak nitpicker which user mkdirhier for installing the programs.
Replace `mkdirhier` with `mkdir -p`. Include ports/56723 which avoids the fragile install targets by using ${INSTALL_PROGRAMM}. Install parse_flowfile. PR: ports/56723 Submitted by: Simon Barner <barner@in.tum.de> Approved by: kris
Notes
Notes: svn path=/head/; revision=89118
Diffstat (limited to 'net-mgmt/nitpicker/files/patch-ae')
-rw-r--r--net-mgmt/nitpicker/files/patch-ae9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/nitpicker/files/patch-ae b/net-mgmt/nitpicker/files/patch-ae
new file mode 100644
index 000000000000..56f591257d21
--- /dev/null
+++ b/net-mgmt/nitpicker/files/patch-ae
@@ -0,0 +1,9 @@
+--- Makefile.orig Fri May 23 10:48:47 2003
++++ Makefile Tue Sep 23 10:02:57 2003
+@@ -18,6 +18,2 @@
+
+ install:
+- @cd tools/dumpit; make install;
+-# @cd tools/parse_flowfile; make install;
+- @cd src; make install;
+-