mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c1103873d9
- http-analyze installed into the wrong path, one path component has been duplicated, fixed that in Makefile and sanitized the PLIST this changed patch-aa - had to add a post.install script to teach config.h our $(PREFIX) path - changed config.h, so that post.configure script has it easier to patch, this changed patch-ab - added @dirrm lines in PLIST, to deinstall more thoroughly - tested packaging Submitted by: Frank Bartels <knarf@camelot.de>
13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
--- config.h.orig Thu Apr 2 15:53:41 1998
|
|
+++ config.h Sat Apr 18 11:31:36 1998
|
|
@@ -167,7 +167,7 @@
|
|
# define HA_LIBDIR "/usr/local/lib/http-analyze"
|
|
#endif
|
|
|
|
-#define REGID_FILE HA_LIBDIR "/REGID"
|
|
-#define BUTTON_DIR HA_LIBDIR "/btn"
|
|
+#define REGID_FILE "!!REGID_FILE!!"
|
|
+#define BUTTON_DIR "!!BUTTON_DIR!!"
|
|
|
|
/* End of user configuration section. */
|