summaryrefslogtreecommitdiff
path: root/chat/goofey
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-22 07:24:25 +0000
committergrant <grant@pkgsrc.org>2004-01-22 07:24:25 +0000
commitabe415b76977ce30def27220c2e02521a1afd865 (patch)
tree26c7a97314da236011ef6a61f876d4437d044b1e /chat/goofey
parented16993a08da1dec4798355b1487c8b7f0022d6a (diff)
downloadpkgsrc-abe415b76977ce30def27220c2e02521a1afd865.tar.gz
use LDFLAGS.SunOS instead of an ${OPSYS} conditional.
Diffstat (limited to 'chat/goofey')
-rw-r--r--chat/goofey/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/chat/goofey/Makefile b/chat/goofey/Makefile
index 985038ab601..595d47f670e 100644
--- a/chat/goofey/Makefile
+++ b/chat/goofey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:34:31 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/22 07:24:25 grant Exp $
#
DISTNAME= goofey-3.15
@@ -11,12 +11,7 @@ HOMEPAGE= http://www.csse.monash.edu.au/~tym/goofey.html
COMMENT= Text-based client for goofey, a flexible short message system
NO_CONFIGURE= # defined
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-LDFLAGS+= -lnsl -lsocket
-.endif
+LDFLAGS.SunOS= -lnsl -lsocket
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} ${LDFLAGS} -o goofey goofey.c