diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-08 13:09:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-08 13:09:30 +0000 |
commit | e768c8dc77e5fb0075fca54f98863616f03b3081 (patch) | |
tree | c50c2fab768dc6afcaa4b63f9386a7842d9cc60c /chat | |
parent | d10ef916878fce95c35ac011d712467f99ac5735 (diff) | |
download | pkgsrc-e768c8dc77e5fb0075fca54f98863616f03b3081.tar.gz |
SUBDIR, not SUBDUR.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/Makefile b/chat/Makefile index f7bc4a73139..116bbdbf187 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2002/08/04 16:55:13 jdolecek Exp $ +# $NetBSD: Makefile,v 1.47 2002/08/08 13:09:30 wiz Exp $ # COMMENT= communication programs @@ -43,7 +43,7 @@ SUBDIR+= p5-Net-AIM SUBDIR+= p5-Net-AOLIM SUBDIR+= p5-Net-Goofey SUBDIR+= p5-Net-ICQ2000 -SUBDUR+= psi +SUBDIR+= psi SUBDIR+= silc-client SUBDIR+= silc-server SUBDIR+= sirc |