diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 21:40:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 21:40:25 +0800 |
commit | 46df80b2e3bc113d88e5221b98ab5f51b44ea5a0 (patch) | |
tree | 2900ac28510a0391cf9b3628e1330898d99430ea /news | |
parent | 1dda6c714b7c0c822592f5c418f9ad114cc3bbb0 (diff) | |
download | freebsd-ports-gnome-46df80b2e3bc113d88e5221b98ab5f51b44ea5a0.tar.gz freebsd-ports-gnome-46df80b2e3bc113d88e5221b98ab5f51b44ea5a0.tar.zst freebsd-ports-gnome-46df80b2e3bc113d88e5221b98ab5f51b44ea5a0.zip |
- Stage support
Diffstat (limited to 'news')
-rw-r--r-- | news/cg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/cg/Makefile b/news/cg/Makefile index 8906b757c43b..7d11a3b627f7 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -11,8 +11,7 @@ COMMENT= Semi-automatic newsgroup binary downloader GNU_CONFIGURE= yes -MAN1= cg.1 -PLIST_FILES= bin/cg +PLIST_FILES= bin/cg \ + man/man1/cg.1.gz -NO_STAGE= yes .include <bsd.port.mk> |