diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-06 18:35:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-06 18:35:51 +0000 |
commit | 817d587d43cacdff3882ced4a024b2e8d156a197 (patch) | |
tree | fc10251ad7f942eca5663d00446022290a94b8aa /misc/tpp | |
parent | 347fb457bd2fb0512b1c2fefeb75dc0e38d3e256 (diff) |
- Pass maintainership to Submitter
- Fix build problem
PR: 109988
Submitted by: Robert Gogolok<gogo@cs.uni-sb.de>
Notes
Notes:
svn path=/head/; revision=186686
Diffstat (limited to 'misc/tpp')
-rw-r--r-- | misc/tpp/Makefile | 2 | ||||
-rw-r--r-- | misc/tpp/files/patch-Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/tpp/Makefile b/misc/tpp/Makefile index 1d7448c6a5fc..c01fd4a091ea 100644 --- a/misc/tpp/Makefile +++ b/misc/tpp/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 1.3 CATEGORIES= misc MASTER_SITES= http://synflood.at/tpp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gogo@cs.uni-sb.de COMMENT= Text presentation program RUN_DEPENDS= ${RUBY_SITELIBDIR}/ncurses.rb:${PORTSDIR}/devel/ruby-ncurses \ diff --git a/misc/tpp/files/patch-Makefile b/misc/tpp/files/patch-Makefile index 0a8f9cd50fdd..13cfda0ec8b8 100644 --- a/misc/tpp/files/patch-Makefile +++ b/misc/tpp/files/patch-Makefile @@ -1,5 +1,5 @@ ---- /work/a/ports/misc/tpp/work/tpp-1.3/Makefile.orig Tue Nov 15 06:41:52 2005 -+++ /work/a/ports/misc/tpp/work/tpp-1.3/Makefile Tue Nov 15 06:42:17 2005 +--- Makefile.orig Tue Nov 15 06:41:52 2005 ++++ Makefile Tue Nov 15 06:42:17 2005 @@ -6,7 +6,7 @@ prefix=/usr/local INSPATH= $(prefix)/bin/ |