diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-23 09:01:45 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-23 09:01:45 +0000 |
commit | 70e7b54df3d5788c0b7ce44bb31019b4d9b830be (patch) | |
tree | d0d60fb78af99d80cabf9cc18cc8da1192f53927 /chat/goofey/Makefile | |
parent | 1a2c23daa5217d9da489cf7c69bb540f56b52332 (diff) | |
download | pkgsrc-70e7b54df3d5788c0b7ce44bb31019b4d9b830be.tar.gz |
Removed trailing empty line. Set NO_CONFIGURE=yes instead of #defined.
Diffstat (limited to 'chat/goofey/Makefile')
-rw-r--r-- | chat/goofey/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/goofey/Makefile b/chat/goofey/Makefile index 595d47f670e..b1ff0855068 100644 --- a/chat/goofey/Makefile +++ b/chat/goofey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/22 07:24:25 grant Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/23 09:01:45 rillig Exp $ # DISTNAME= goofey-3.15 @@ -10,7 +10,7 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.csse.monash.edu.au/~tym/goofey.html COMMENT= Text-based client for goofey, a flexible short message system -NO_CONFIGURE= # defined +NO_CONFIGURE= yes LDFLAGS.SunOS= -lnsl -lsocket do-build: @@ -21,4 +21,3 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/goofey.1 ${PREFIX}/man/man1 .include "../../mk/bsd.pkg.mk" - |