diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-05-11 06:03:19 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-05-11 06:03:19 +0800 |
commit | 990e02c9f0433310ac378e20f7b5dd12028ed658 (patch) | |
tree | 0edee8fc05ade93504e801197803f6cb9436f8bb /math | |
parent | 61119b7c7ff6984e0909646aaedf64655fc3e8dc (diff) | |
download | freebsd-ports-gnome-990e02c9f0433310ac378e20f7b5dd12028ed658.tar.gz freebsd-ports-gnome-990e02c9f0433310ac378e20f7b5dd12028ed658.tar.zst freebsd-ports-gnome-990e02c9f0433310ac378e20f7b5dd12028ed658.zip |
Support staging.
Diffstat (limited to 'math')
-rw-r--r-- | math/orpie/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 414d19c116ce..a08703bc9934 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -18,10 +18,8 @@ USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc +PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc \ + man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \ + man/man5/orpierc.5.gz -MAN1= orpie.1 orpie-curses-keys.1 -MAN5= orpierc.5 - -NO_STAGE= yes .include <bsd.port.mk> |