svn commit: r342341 - head/deskutils/tnote

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 17:06:21 UTC 2014


Author: antoine
Date: Sun Feb  2 17:06:21 2014
New Revision: 342341
URL: http://svnweb.freebsd.org/changeset/ports/342341
QAT: https://qat.redports.org/buildarchive/r342341/

Log:
  Stage support

Modified:
  head/deskutils/tnote/Makefile

Modified: head/deskutils/tnote/Makefile
==============================================================================
--- head/deskutils/tnote/Makefile	Sun Feb  2 17:04:46 2014	(r342340)
+++ head/deskutils/tnote/Makefile	Sun Feb  2 17:06:21 2014	(r342341)
@@ -7,27 +7,19 @@ CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A small note taking program for the terminal
+COMMENT=	Small note taking program for the terminal
 
 LICENSE=	GPLv3
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
-MAN1=		tnote.1
-MANCOMPRESSED=	yes
-
-PLIST_FILES=	bin/tnote
-
+PLIST_FILES=	bin/tnote man/man1/tnote.1.gz
 PORTDOCS=	*
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
 post-extract:
 	@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py
 
-.if defined(NOPORTDOCS)
-post-patch:
-	@${REINPLACE_CMD} -e 's|(.share/doc[^)]*),||' ${WRKSRC}/setup.py
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list