diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:23:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:23:35 +0800 |
commit | 808132d9bd049b6d018c08942a4fb598a0c621aa (patch) | |
tree | 1a3a49c112510422c764f178f10f52ba1b463216 /net-mgmt | |
parent | d77da19c38f69e55272783dd64b526bcd29ceb51 (diff) | |
download | freebsd-ports-gnome-808132d9bd049b6d018c08942a4fb598a0c621aa.tar.gz freebsd-ports-gnome-808132d9bd049b6d018c08942a4fb598a0c621aa.tar.zst freebsd-ports-gnome-808132d9bd049b6d018c08942a4fb598a0c621aa.zip |
- Stage support
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> |