upgrade to 1.0b

PR:		45003
Submitted by:	Ben Kibbey <bjk@m-net.arbornet.org>
This commit is contained in:
Ying-Chieh Liao 2002-11-19 14:00:06 +00:00
parent 789b5c5923
commit 1393059f55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70488
3 changed files with 17 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= cave
PORTVERSION= 1.0
PORTVERSION= 1.0b
CATEGORIES= misc
MASTER_SITES= http://cyclic.sourceforge.net/cave/ \
${MASTER_SITE_SUNSITE}
@ -20,4 +20,7 @@ GNU_CONFIGURE= yes
MANCOMPRESSED= yes
MAN1= cave.1
pre-build:
${CP} ${WRKSRC}/doc/cave.man ${WRKSRC}/doc/cave.1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (cave-1.0.tar.gz) = c5cc5202f01ad69f7f0c72261c8e7ad5
MD5 (cave-1.0b.tar.gz) = 3e7ef9873c82992f055282e31bf7b2d8

View File

@ -0,0 +1,12 @@
diff -ru cave-1.0b.orig/doc/Makefile.in cave-1.0b/doc/Makefile.in
--- cave-1.0b.orig/doc/Makefile.in Sat Oct 26 09:26:04 2002
+++ cave-1.0b/doc/Makefile.in Wed Nov 6 09:41:34 2002
@@ -114,7 +114,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-dist_man1_MANS = cave.man
+dist_man1_MANS = cave.1
subdir = doc
mkinstalldirs = $(SHELL) $(top_srcdir)/build/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h