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

(-)./Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	man
4
PORTNAME=	man
5
PORTVERSION=	1.1j
5
PORTVERSION=	1.1j
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	japanese
7
CATEGORIES=	japanese
8
MASTER_SITES=	ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
8
MASTER_SITES=	ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
9
		PORTS_JP
9
		PORTS_JP
(-)./files/patch-man__Makefile (-1 / +8 lines)
Lines 19-25 Link Here
19
 LDADD+= -L/usr/lib -lxpg4
19
 LDADD+= -L/usr/lib -lxpg4
20
 .endif
20
 .endif
21
 
21
 
22
@@ -48,11 +48,18 @@
22
@@ -48,16 +48,23 @@
23
 	${.CURDIR}/jman.man.eng | \
23
 	${.CURDIR}/jman.man.eng | \
24
 	${compress} > ${EMAN1}
24
 	${compress} > ${EMAN1}
25
 
25
 
Lines 40-42 Link Here
40
 afterinstall:
40
 afterinstall:
41
 .endif
41
 .endif
42
 
42
 
43
 man.o locale.o: locale.h
44
 
45
-.include "../Makefile.inc"
46
-
47
 .include <bsd.prog.mk>
48
+
49
+.include "../Makefile.inc"
(-)./files/patch-manpath__Makefile (-2 / +6 lines)
Lines 1-6 Link Here
1
--- manpath/Makefile.orig	2001-06-11 21:25:34.000000000 +0900
1
--- manpath/Makefile.orig	2001-06-11 21:25:34.000000000 +0900
2
+++ manpath/Makefile	2014-08-26 12:10:04.000000000 +0900
2
+++ manpath/Makefile	2014-08-26 12:10:04.000000000 +0900
3
@@ -24,10 +24,19 @@
3
@@ -24,12 +24,21 @@
4
 	${.CURDIR}/jmanpath.man.eng | \
4
 	${.CURDIR}/jmanpath.man.eng | \
5
 	${compress} > ${EMAN1}
5
 	${compress} > ${EMAN1}
6
 
6
 
Lines 21-24 Link Here
21
+afterinstall:
21
+afterinstall:
22
 .endif
22
 .endif
23
 
23
 
24
 .include "../Makefile.inc"
24
-.include "../Makefile.inc"
25
-
26
 .include <bsd.prog.mk>
27
+
28
+.include "../Makefile.inc"

Return to bug 235058