1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/http-analyze/files/patch-ab
Andreas Klemm c1103873d9 some problem detected by knarf and fixes by him and me:
- 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>
1998-04-18 09:47:14 +00:00

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. */