svn commit: r357676 - in head/misc/tpp: . files

Pawel Pekala pawel at FreeBSD.org
Fri Jun 13 12:36:28 UTC 2014


Author: pawel
Date: Fri Jun 13 12:36:27 2014
New Revision: 357676
URL: http://svnweb.freebsd.org/changeset/ports/357676
QAT: https://qat.redports.org/buildarchive/r357676/

Log:
  - Add staging support
  - Convert trivial patch to REINPLACE_CMD
  - Remove Author tag, fix WWW line in pkg-descr

Deleted:
  head/misc/tpp/files/
Modified:
  head/misc/tpp/Makefile
  head/misc/tpp/pkg-descr
  head/misc/tpp/pkg-plist

Modified: head/misc/tpp/Makefile
==============================================================================
--- head/misc/tpp/Makefile	Fri Jun 13 12:32:08 2014	(r357675)
+++ head/misc/tpp/Makefile	Fri Jun 13 12:36:27 2014	(r357676)
@@ -16,7 +16,9 @@ NO_BUILD=	yes
 USE_RUBY=	yes
 RUBY_NO_BUILD_DEPENDS=	yes
 
-MAN1=	tpp.1
+post-patch:
+	@${REINPLACE_CMD} -E -e 's,share/man,man,' \
+		-e 's,(DOC|INS|MAN)PATH),DESTDIR)$$(&,' \
+		${WRKSRC}/Makefile
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/misc/tpp/pkg-descr
==============================================================================
--- head/misc/tpp/pkg-descr	Fri Jun 13 12:32:08 2014	(r357675)
+++ head/misc/tpp/pkg-descr	Fri Jun 13 12:36:27 2014	(r357676)
@@ -1,4 +1,3 @@
 tpp is an ncurses-based presentation tool
 
-Author:	Andreas Krennmair <ak at synflood.at>
-WWW:	http://synflood.at/tpp.html
+WWW: http://synflood.at/tpp.html

Modified: head/misc/tpp/pkg-plist
==============================================================================
--- head/misc/tpp/pkg-plist	Fri Jun 13 12:32:08 2014	(r357675)
+++ head/misc/tpp/pkg-plist	Fri Jun 13 12:36:27 2014	(r357676)
@@ -1,4 +1,5 @@
 bin/tpp
+man/man1/tpp.1.gz
 %%DOCSDIR%%/CHANGES
 %%DOCSDIR%%/COPYING
 %%DOCSDIR%%/DESIGN


More information about the svn-ports-head mailing list