aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/mdp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/mdp/Makefile b/misc/mdp/Makefile
index fcc233f55a2b..147396698697 100644
--- a/misc/mdp/Makefile
+++ b/misc/mdp/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mdp
PORTVERSION= 1.0.15
+PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= sunpoet@FreeBSD.org
@@ -17,9 +18,11 @@ GH_ACCOUNT= visit1985
MAKE_ARGS= CURSES=${NCURSES_IMPL}
-PLIST_FILES= bin/mdp
+PLIST_FILES= bin/mdp \
+ share/man/man1/mdp.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mdp ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/mdp.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>