diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-07 21:58:53 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-07 21:58:53 +0000 |
commit | 856bc2dd18f81df7132dfa7683f55b4cc78776fd (patch) | |
tree | 23c0a1f4079af3e7b20905aded38ffd7b23c9834 /irc | |
parent | 823d5fe33434515f96d1cbf822a38fc1baaaeff4 (diff) | |
download | ports-856bc2dd18f81df7132dfa7683f55b4cc78776fd.tar.gz ports-856bc2dd18f81df7132dfa7683f55b4cc78776fd.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/sirc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile index bba11bd2ab27..ac276c676b24 100644 --- a/irc/sirc/Makefile +++ b/irc/sirc/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1998 # Whom: Studded <Studded@dal.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/07 05:20:19 mph Exp $ # # If you need SOCKS support, define SOCKS_SERVER with # the name of your SOCKS proxy and remove the '#'. @@ -48,8 +48,6 @@ do-patch: > ${WRKSRC}/sirc .endif -NO_CONFIGURE= "There is no configure or makefile in the source" - do-build: ${CC} ${CFLAGS} ${WRKSRC}/ssfe.c -o ${WRKSRC}/ssfe -ltermcap |