summaryrefslogtreecommitdiff
path: root/chat/goofey
diff options
context:
space:
mode:
authorgrant <grant>2004-01-22 07:24:25 +0000
committergrant <grant>2004-01-22 07:24:25 +0000
commit1a8d1585aefb0be4f0b966e4338edf9f3a203895 (patch)
tree26c7a97314da236011ef6a61f876d4437d044b1e /chat/goofey
parent53652a9d60f7be0e4676520500b4a6d5a8bb7786 (diff)
downloadpkgsrc-1a8d1585aefb0be4f0b966e4338edf9f3a203895.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