diff options
Diffstat (limited to 'math/orpie/Makefile')
-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> |