diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-10 18:25:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-10 18:25:13 +0000 |
commit | 7e870f4606b3fa4102602cbaed848ae699181da5 (patch) | |
tree | e7538f917154cb418163a533d95560cd7150f709 | |
parent | net/wackford-squeers: Update version 1.17 => 1.19 and stage (diff) |
Fix plist
Diffstat (limited to '')
-rw-r--r-- | net-mgmt/disco/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/disco/Makefile b/net-mgmt/disco/Makefile index 0c0ab5a8bfc5..62727de14ef3 100644 --- a/net-mgmt/disco/Makefile +++ b/net-mgmt/disco/Makefile @@ -3,7 +3,7 @@ PORTNAME= disco PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}ipd/DISCO/${PORTNAME}-${PORTVERSION}.tar.gz @@ -17,6 +17,7 @@ LIBS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/disco bin/disco.fp +PORTDOCS= README OPTIONS_DEFINE= DOCS |