Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 21:26:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527302 - head/misc/mdp
Message-ID:  <202002272126.01RLQa9P006442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 27 21:26:36 2020
New Revision: 527302
URL: https://svnweb.freebsd.org/changeset/ports/527302

Log:
  Reset maintainership
  
  - While I'm here:
    - Remove DEBUG option
    - Take maintainership
  
  PR:		244450
  Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)

Modified:
  head/misc/mdp/Makefile

Modified: head/misc/mdp/Makefile
==============================================================================
--- head/misc/mdp/Makefile	Thu Feb 27 21:26:31 2020	(r527301)
+++ head/misc/mdp/Makefile	Thu Feb 27 21:26:36 2020	(r527302)
@@ -4,21 +4,20 @@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002272126.01RLQa9P006442>