aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2014-05-11 06:03:19 +0800
committerrakuco <rakuco@FreeBSD.org>2014-05-11 06:03:19 +0800
commit990e02c9f0433310ac378e20f7b5dd12028ed658 (patch)
tree0edee8fc05ade93504e801197803f6cb9436f8bb /math
parent61119b7c7ff6984e0909646aaedf64655fc3e8dc (diff)
downloadfreebsd-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/Makefile8
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>