diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-10 18:25:13 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-10 18:25:13 +0000 |
commit | 8fc53da161664de351234df1f4f91cfb3a36f417 (patch) | |
tree | e7538f917154cb418163a533d95560cd7150f709 | |
parent | e73c8feca8e20642e5e6513e28edf4f59ab13c53 (diff) | |
download | FreeBSD-ports-8fc53da161664de351234df1f4f91cfb3a36f417.zip FreeBSD-ports-8fc53da161664de351234df1f4f91cfb3a36f417.tar.gz |
Fix plist
-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 0c0ab5a..62727de 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 |