diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-07 02:35:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-07 02:35:51 +0800 |
commit | 1caf92f391f788414bebad82165d20f33319330c (patch) | |
tree | 4987040d1e7863900fb075115c524b6c4cba1179 | |
parent | 8ba3d5520ca20b1ca7fdb060a7c6e8844e1a61f8 (diff) | |
download | freebsd-ports-graphics-1caf92f391f788414bebad82165d20f33319330c.tar.gz freebsd-ports-graphics-1caf92f391f788414bebad82165d20f33319330c.tar.zst freebsd-ports-graphics-1caf92f391f788414bebad82165d20f33319330c.zip |
- Pass maintainership to Submitter
- Fix build problem
PR: 109988
Submitted by: Robert Gogolok<gogo@cs.uni-sb.de>
-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 1d7448c6a5f..c01fd4a091e 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 0a8f9cd50fd..13cfda0ec8b 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/ |