Upgrade to 1.3

This commit is contained in:
Edwin Groothuis 2005-11-15 07:25:03 +00:00
parent 8f92d87d66
commit 3af50cd74e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148326
3 changed files with 15 additions and 4 deletions

View file

@ -5,7 +5,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= tpp PORTNAME= tpp
PORTVERSION= 1.2 PORTVERSION= 1.3
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= http://synflood.at/tpp/ MASTER_SITES= http://synflood.at/tpp/

View file

@ -1,3 +1,3 @@
MD5 (tpp-1.2.tar.gz) = e82612eadfe6df77e20274f8af7960cf MD5 (tpp-1.3.tar.gz) = e83bc5f578418fa3c1726b69b0535edb
SHA256 (tpp-1.2.tar.gz) = 69cc6c268dee219b51cfa746ed0b9d90ad460336e01490e39f932e2b6143171c SHA256 (tpp-1.3.tar.gz) = 94fb2540c48d50c8ec16d6ca8da6fd6a3edc2e79a640cdf26d596d1323dce783
SIZE (tpp-1.2.tar.gz) = 37009 SIZE (tpp-1.3.tar.gz) = 38815

View file

@ -0,0 +1,11 @@
--- /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
@@ -6,7 +6,7 @@
prefix=/usr/local
INSPATH= $(prefix)/bin/
DOCPATH = $(prefix)/share/doc/tpp
-MANPATH = $(prefix)/share/man/man1
+MANPATH = $(prefix)/man/man1
all:
@echo "TPP doesn't need to be built. Run \`make install' in order to install it."