View | Details | Raw Unified | Return to bug 59629
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 5-14 Link Here
5
# $FreeBSD: ports/devel/libtar/Makefile,v 1.5 2003/11/03 00:54:31 kris Exp $
5
# $FreeBSD: ports/devel/libtar/Makefile,v 1.5 2003/11/03 00:54:31 kris Exp $
6
#
6
#
7
7
8
PORTNAME=       	libtar
8
PORTNAME=	libtar
9
PORTVERSION=		1.2.5
9
PORTVERSION=	1.2.11
10
CATEGORIES=     	devel
10
CATEGORIES=	devel
11
MASTER_SITES=		ftp://ftp-dev.cso.uiuc.edu/pub/libtar/
11
MASTER_SITES=	ftp://ftp-dev.cso.uiuc.edu/pub/libtar/
12
12
13
MAINTAINER=		ports@FreeBSD.org
13
MAINTAINER=		ports@FreeBSD.org
14
COMMENT=		A library for manipulating POSIX and GNU tar files
14
COMMENT=		A library for manipulating POSIX and GNU tar files
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libtar-1.2.5.tar.gz) = 54a31eb321f75c6a77bd1aec459caae6
1
MD5 (libtar-1.2.11.tar.gz) = 604238e8734ce6e25347a58c4f1a1d7e
(-)files/patch-doc::Makefile.in (-72 lines)
Removed Link Here
1
--- doc/Makefile.in.orig	Sat Nov 25 01:44:57 2000
2
+++ doc/Makefile.in	Sat Jan  6 19:00:35 2001
3
@@ -67,46 +67,57 @@
4
 	$(MKDIR) $(DESTDIR)$(mandir)/man3
5
 	$(INSTALL_DATA) $(srcdir)/tar_open.3 $(DESTDIR)$(mandir)/man3
6
 	for i in $(TAR_OPEN_SO); do \
7
-		echo ".so man3/tar_open.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
8
-	done
9
+		$(LN_S) $(DESTDIR)$(mandir)/man3/tar_open.3 \
10
+			$(DESTDIR)$(mandir)/man3/$${i}.3; \
11
+        done
12
 	$(INSTALL_DATA) $(srcdir)/tar_append_file.3 $(DESTDIR)$(mandir)/man3
13
 	for i in $(TAR_APPEND_FILE_SO); do \
14
-		echo ".so man3/tar_append_file.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
15
+		$(LN_S) $(DESTDIR)$(mandir)/man3/tar_append_file.3 \
16
+			$(DESTDIR)$(mandir)/man3/$${i}.3; \
17
 	done
18
 	$(INSTALL_DATA) $(srcdir)/tar_block_read.3 $(DESTDIR)$(mandir)/man3
19
 	for i in $(TAR_BLOCK_READ_SO); do \
20
-		echo ".so man3/tar_block_read.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
21
+		$(LN_S) $(DESTDIR)$(mandir)/man3/tar_block_read.3 \
22
+			$(DESTDIR)$(mandir)/man3/$${i}.3; \
23
 	done
24
 	$(INSTALL_DATA) $(srcdir)/th_read.3 $(DESTDIR)$(mandir)/man3
25
 	for i in $(TH_READ_SO); do \
26
-		echo ".so man3/th_read.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
27
+		$(LN_S) $(DESTDIR)$(mandir)/man3/th_read.3 \
28
+			 $(DESTDIR)$(mandir)/man3/$${i}.3; \
29
 	done
30
 	$(INSTALL_DATA) $(srcdir)/th_set_from_stat.3 $(DESTDIR)$(mandir)/man3
31
 	for i in $(TH_SET_FROM_STAT_SO); do \
32
-		echo ".so man3/th_set_from_stat.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
33
+		$(LN_S) $(DESTDIR)$(mandir)/man3/th_set_from_stat.3 \
34
+			 $(DESTDIR)$(mandir)/man3/$${i}.3; \
35
 	done
36
 	$(INSTALL_DATA) $(srcdir)/tar_extract_file.3 $(DESTDIR)$(mandir)/man3
37
 	for i in $(TAR_EXTRACT_FILE_SO); do \
38
-		echo ".so man3/tar_extract_file.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
39
+		$(LN_S) $(DESTDIR)$(mandir)/man3/tar_extract_file.3 \
40
+			$(DESTDIR)$(mandir)/man3/$${i}.3; \
41
 	done
42
 	$(INSTALL_DATA) $(srcdir)/th_get_pathname.3 $(DESTDIR)$(mandir)/man3
43
 	for i in $(TH_GET_PATHNAME_SO); do \
44
-		echo ".so man3/th_get_pathname.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
45
+		$(LN_S) $(DESTDIR)$(mandir)/man3/th_get_pathname.3 \
46
+			$(DESTDIR)$(mandir)/man3/$${i}.3; \
47
 	done
48
 	$(INSTALL_DATA) $(srcdir)/th_print_long_ls.3 $(DESTDIR)$(mandir)/man3
49
 	for i in $(TH_PRINT_LONG_LS_SO); do \
50
-		echo ".so man3/th_print_long_ls.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
51
+		$(LN_S) $(DESTDIR)$(mandir)/man3/th_print_long_ls.3 \
52
+			 $(DESTDIR)$(mandir)/man3/$${i}.3; \
53
 	done
54
 	$(INSTALL_DATA) $(srcdir)/tar_extract_all.3 $(DESTDIR)$(mandir)/man3
55
 	for i in $(TAR_EXTRACT_ALL_SO); do \
56
-		echo ".so man3/tar_extract_all.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
57
+		$(LN_S) $(DESTDIR)$(mandir)/man3/tar_extract_all.3 \
58
+			$(DESTDIR)$(mandir)/man3/$${i}.3; \
59
 	done
60
 	$(INSTALL_DATA) @LHPKG@_hash_new.3 $(DESTDIR)$(mandir)/man3
61
 	for i in $(@LHPKG@_HASH_NEW_SO); do \
62
-		echo ".so man3/@LHPKG@_hash_new.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
63
+		$(LN_S) $(DESTDIR)$(mandir)/man3/@LHPKG@_hash_new.3 \
64
+			$(DESTDIR)$(mandir)/man3/$${i}.3; \
65
 	done
66
 	$(INSTALL_DATA) @LHPKG@_list_new.3 $(DESTDIR)$(mandir)/man3
67
 	for i in $(@LHPKG@_LIST_NEW_SO); do \
68
-		echo ".so man3/@LHPKG@_list_new.3" > $(DESTDIR)$(mandir)/man3/$${i}.3; \
69
+		$(LN_S) $(DESTDIR)$(mandir)/man3/@LHPKG@_list_new.3 \
70
+			$(DESTDIR)$(mandir)/man3/$${i}.3; \
71
 	done
72

Return to bug 59629