svn commit: r527302 - head/misc/mdp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 21:26:38 UTC 2020


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 at 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 at neelc.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list