diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-11 02:25:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-11 02:25:13 +0800 |
commit | 8fc53da161664de351234df1f4f91cfb3a36f417 (patch) | |
tree | e7538f917154cb418163a533d95560cd7150f709 /net-mgmt | |
parent | e73c8feca8e20642e5e6513e28edf4f59ab13c53 (diff) | |
download | freebsd-ports-gnome-8fc53da161664de351234df1f4f91cfb3a36f417.tar.gz freebsd-ports-gnome-8fc53da161664de351234df1f4f91cfb3a36f417.tar.zst freebsd-ports-gnome-8fc53da161664de351234df1f4f91cfb3a36f417.zip |
Fix plist
Diffstat (limited to 'net-mgmt')
-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 |