diff options
Diffstat (limited to 'net/cnd/Makefile')
-rw-r--r-- | net/cnd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/cnd/Makefile b/net/cnd/Makefile index 3b7e4ace8e63..5c0af9254a40 100644 --- a/net/cnd/Makefile +++ b/net/cnd/Makefile @@ -6,11 +6,13 @@ # PORTNAME= cnd -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= net MASTER_SITES= http://members.iinet.net.au/~lynx/cnd/ MAINTAINER= sisko@bsdmail.com COMMENT= Console network display +PLIST_FILES= bin/cnd + .include <bsd.port.mk> |