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

(-)mh/Makefile (-1 / +6 lines)
Lines 41-50 Link Here
41
post-patch:
41
post-patch:
42
	${REINPLACE_CMD} -e "s/-O /${CFLAGS} /g" ${WRKSRC}/configure
42
	${REINPLACE_CMD} -e "s/-O /${CFLAGS} /g" ${WRKSRC}/configure
43
43
44
.if ${PORT_OPTIONS:MDOCS}
45
post-install:
44
post-install:
45
.if ${PORT_OPTIONS:MDOCS}
46
	${MKDIR} ${STAGEDIR}${DOCSDIR}
46
	${MKDIR} ${STAGEDIR}${DOCSDIR}
47
	(cd ${WRKSRC}/doc-JP && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
47
	(cd ${WRKSRC}/doc-JP && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
48
.endif
48
.endif
49
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
50
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmh.so.3
51
.for i in ap conflict dp fmtdump install-mh mhl post rcvdist rcvpack rcvstore rcvtty slocal spost
52
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mh/${i}
53
.endfor
49
54
50
.include <bsd.port.mk>
55
.include <bsd.port.mk>
(-)mh/files/patch-conf__makefiles__uip (+13 lines)
Line 0 Link Here
1
--- conf/makefiles/uip.orig	2001-05-30 23:57:47.000000000 +0900
2
+++ conf/makefiles/uip	2014-10-13 17:55:46.000000000 +0900
3
@@ -995,10 +995,6 @@
4
 		-chmod g-s zrcvtty
5
 		$(CP) xrcvtty $@
6
 		-@chmod $(PGMPROT) $@
7
-@BEGIN: BSD43
8
-		-@chgrp tty $@
9
-		-@chmod g+s $@
10
-@END: BSD43
11
 		-@ls -l $@
12
 		-@echo ""
13
 

Return to bug 194880