diff options
author | mph <mph@FreeBSD.org> | 1998-05-07 21:58:53 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-07 21:58:53 +0000 |
commit | b7854a50e5bd92f404d5ee0fdadcf624ca4ff19f (patch) | |
tree | e8a9d01aa368055bf2976d57ab7de2dab213888e /irc | |
parent | 46b4bc5a526397193bee0446e6025f5dd913f113 (diff) | |
download | FreeBSD-ports-b7854a50e5bd92f404d5ee0fdadcf624ca4ff19f.zip FreeBSD-ports-b7854a50e5bd92f404d5ee0fdadcf624ca4ff19f.tar.gz |
Remove NO_CONFIGURE.
Pointed out by: hoek
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 bba11bd..ac276c6 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 |