forked from Lainports/freebsd-ports
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
9 lines
215 B
Text
9 lines
215 B
Text
--- 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;
|
|
-
|