mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
168ad60604
As I do the upgrade, I made this port truely respect the setting of PREFIX, ie, now the executable looks for the config files in ${PREFIX}/lib/dmake. Also, instead of patching the makefile in the source distribution to add the install: target, define it in the port Makefile. And, move the scripts/post-patch into the port Makefile.
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
--- unix/dcache.c.orig Wed Jul 16 01:02:34 1997
|
|
+++ unix/dcache.c Mon Sep 8 03:20:56 1997
|
|
@@ -35,6 +35,7 @@
|
|
#undef __WIN32__
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
#include <dirent.h>
|
|
#include "extern.h"
|
|
#include "sysintf.h"
|