From 189fd73d359571c3166a15e831abb0e8cba5c9e6 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Feb 2020 21:26:36 +0000 Subject: Reset maintainership - While I'm here: - Remove DEBUG option - Take maintainership PR: 244450 Submitted by: Neel Chauhan (maintainer) --- misc/mdp/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'misc/mdp') diff --git a/misc/mdp/Makefile b/misc/mdp/Makefile index 609c38660108..fcc233f55a2b 100644 --- a/misc/mdp/Makefile +++ b/misc/mdp/Makefile @@ -4,22 +4,21 @@ PORTNAME= mdp PORTVERSION= 1.0.15 CATEGORIES= misc -MAINTAINER= neel@neelc.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command-line based markdown presentation tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= gmake ncurses + USE_GITHUB= yes GH_ACCOUNT= visit1985 -USES= gmake ncurses -PLIST_FILES= bin/${PORTNAME} - -OPTIONS_DEFINE= DEBUG -DEBUG_MAKE_ARGS+= DEBUG=1 MAKE_ARGS= CURSES=${NCURSES_IMPL} +PLIST_FILES= bin/mdp + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mdp ${STAGEDIR}${PREFIX}/bin -- cgit v1.2.3