diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:23:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:23:35 +0000 |
commit | 6b45767126081a3ad43235a97eb9a57c44519e4d (patch) | |
tree | 1a3a49c112510422c764f178f10f52ba1b463216 /net-mgmt | |
parent | 3ee57b9172b5be3a76fb1e589ac056a1941d229c (diff) | |
download | ports-6b45767126081a3ad43235a97eb9a57c44519e4d.tar.gz ports-6b45767126081a3ad43235a97eb9a57c44519e4d.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scli/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile index fc09ad0e78cf..c241498c7c7d 100644 --- a/net-mgmt/scli/Makefile +++ b/net-mgmt/scli/Makefile @@ -17,9 +17,8 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_GNOME= libxml2 -MAN1= scli.1 INFO= scli -PLIST_FILES= bin/scli +PLIST_FILES= bin/scli man/man1/scli.1.gz + -NO_STAGE= yes .include <bsd.port.mk> |