fixup Makefile and remove a dir change from patch

This commit is contained in:
brad 1999-03-29 04:51:59 +00:00
parent 2aee4edd08
commit c5da3b68df
2 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 1999/03/22 14:52:15 brad Exp $
# $OpenBSD: Makefile,v 1.5 1999/03/29 04:51:59 brad Exp $
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
DISTNAME= ircii-pana-75p3
@ -12,10 +12,9 @@ MAINTAINER= brad@openbsd.org
BROKEN= "Currently does not build on Alpha"
.endif
WRKSRC= ${WRKDIR}/BitchX
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/BitchX
post-extract:
@chmod u+x ${WRKSRC}/WinNT/include
@chmod u+x ${WRKSRC}/WinNT/source

View File

@ -18,12 +18,3 @@
/*
* Below are the IRCII variable defaults. For boolean variables, use 1 for
@@ -584,7 +584,7 @@
#define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.hlp"
#else
#define DEFAULT_MSGLOGFILE "BitchX.away"
-#define DEFAULT_CTOOLZ_DIR "~/.BitchX"
+#define DEFAULT_CTOOLZ_DIR "__PREFIX__/lib/bitchx"
#define DEFAULT_SCRIPT_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help"
#define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help"
#endif