diff options
-rw-r--r-- | net/tacshell/Makefile | 2 | ||||
-rw-r--r-- | net/tacshell/distinfo | 4 | ||||
-rw-r--r-- | net/tacshell/files/patch-Makefile.in | 9 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net/tacshell/Makefile b/net/tacshell/Makefile index dfab4d911721..ba81792ea217 100644 --- a/net/tacshell/Makefile +++ b/net/tacshell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tacshell -PORTVERSION= 0.9 +PORTVERSION= 0.91 CATEGORIES= net MASTER_SITES= http://www.rezrov.net/software/ diff --git a/net/tacshell/distinfo b/net/tacshell/distinfo index 23330186d0c3..e127ce1e8717 100644 --- a/net/tacshell/distinfo +++ b/net/tacshell/distinfo @@ -1,2 +1,2 @@ -MD5 (tacshell-0.9.tar.gz) = 4eabc8118640c9d09d2d32344a5dc1b5 -SIZE (tacshell-0.9.tar.gz) = 54957 +MD5 (tacshell-0.91.tar.gz) = 6cad05a93aa3f56cafd8b6d4eb48684a +SIZE (tacshell-0.91.tar.gz) = 56453 diff --git a/net/tacshell/files/patch-Makefile.in b/net/tacshell/files/patch-Makefile.in index 5d1cb3072aa0..557ff43530fc 100644 --- a/net/tacshell/files/patch-Makefile.in +++ b/net/tacshell/files/patch-Makefile.in @@ -1,9 +1,12 @@ ---- Makefile.in.orig Fri Jun 13 22:24:04 2003 -+++ Makefile.in Fri Jun 13 22:24:17 2003 + +$FreeBSD$ + +--- Makefile.in.orig Thu May 27 10:12:14 2004 ++++ Makefile.in Thu May 27 10:12:34 2004 @@ -22,7 +22,7 @@ install: all $(INSTALL) -o root -m 555 tacshell $(PREFIX)/bin/tacshell - mkdir -p -m 755 /usr/local/etc + mkdir -p -m 755 $(PREFIX)/etc - $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf-example + $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf.sample |