diff options
author | naddy <naddy@FreeBSD.org> | 2013-10-04 23:21:09 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-10-04 23:21:09 +0800 |
commit | 34b6354632949485a0ebe16b77ab8764868804a8 (patch) | |
tree | ea92451cfcaa0bbbcbf28ed4437074940d9ea0b2 /math/calcoo | |
parent | d4d7bc2b6a877ff8e92e4f98ef66714f4e67374b (diff) | |
download | freebsd-ports-gnome-34b6354632949485a0ebe16b77ab8764868804a8.tar.gz freebsd-ports-gnome-34b6354632949485a0ebe16b77ab8764868804a8.tar.zst freebsd-ports-gnome-34b6354632949485a0ebe16b77ab8764868804a8.zip |
Support staging.
Diffstat (limited to 'math/calcoo')
-rw-r--r-- | math/calcoo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index f71e111057e7..ea2b861a0c3e 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -13,9 +13,7 @@ USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -MAN1= calcoo.1 +PLIST_FILES= bin/calcoo \ + man/man1/calcoo.1.gz -PLIST_FILES= bin/calcoo - -NO_STAGE= yes .include <bsd.port.mk> |