diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-10 22:03:19 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-10 22:03:19 +0000 |
commit | 0b68d2fac017ef1ba8770db620f6333110f276a5 (patch) | |
tree | 0edee8fc05ade93504e801197803f6cb9436f8bb | |
parent | f954d3c1b38e683f6ae54c60158ff8674a95731a (diff) | |
download | ports-0b68d2fac017ef1ba8770db620f6333110f276a5.tar.gz ports-0b68d2fac017ef1ba8770db620f6333110f276a5.zip |
Notes
-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> |