diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 11:32:39 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 11:32:39 +0000 |
commit | 9de5ac14c7b66466f45f215e78d76d8a55a38f1c (patch) | |
tree | 3e94f7ad0f2b45f821a16b28bdc3f797535c27da /irc | |
parent | 52769fe9fde604cc4917c0f8a3a1d99f35cca5d6 (diff) | |
download | ports-9de5ac14c7b66466f45f215e78d76d8a55a38f1c.tar.gz ports-9de5ac14c7b66466f45f215e78d76d8a55a38f1c.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/scripts/pre-configure | 2 | ||||
-rw-r--r-- | irc/p5-IRC/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/irc/scripts/pre-configure b/irc/irc/scripts/pre-configure index cefca376f45a..542a9139e26a 100644 --- a/irc/irc/scripts/pre-configure +++ b/irc/irc/scripts/pre-configure @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: pre-configure,v 1.1 1997/03/11 23:47:23 torstenb Exp $ +# $FreeBSD$ # mv ${WRKSRC}/support/config.h.dist ${WRKSRC}/support/config.h.dist.bak.2 diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile index 7f5906746666..aad4ef3bb20a 100644 --- a/irc/p5-IRC/Makefile +++ b/irc/p5-IRC/Makefile @@ -3,7 +3,7 @@ # Date created: 07 August 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # -# $Id$ +# $FreeBSD$ # DISTNAME= Net-IRC-0.59 |