Index: head/japanese/mh/Makefile =================================================================== --- head/japanese/mh/Makefile (revision 372446) +++ head/japanese/mh/Makefile (revision 372447) @@ -1,50 +1,55 @@ # Created by: Akito FUJITA # $FreeBSD$ PORTNAME= mh PORTVERSION= ${VERSION}.j${JP_VERSION} PORTREVISION= 2 CATEGORIES= japanese mail MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ MASTER_SITE_SUBDIR= motoyuki DISTNAME= ${PORTNAME}-${VERSION}-JP-${JP_VERSION} MAINTAINER= CQG00620@nifty.ne.jp COMMENT= Rand MH mail handling system + Japanese patches BUILD_DEPENDS= jless:${PORTSDIR}/japanese/less RUN_DEPENDS= jless:${PORTSDIR}/japanese/less VERSION= 6.8.4 JP_VERSION= 3.05 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-batchmode \ --enable-apop=${PREFIX}/etc/pop.auth \ --enable-jmandir=${MANPREFIX}/man/ja MAKE_JOBS_UNSAFE= yes CFLAGS+= -Wno-return-type USE_LDCONFIG= yes PORTDOCS= 00.READ.ME.1ST CHANGES.JP COMMANDS.JP FAQ.JP FEATURES.JP \ INSTALL.JP OPTIONS.JP READ-ME.JP TODO.JP DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} CONFLICTS= nmh-[0-9]* OPTIONS_DEFINE= DOCS .include post-patch: ${REINPLACE_CMD} -e "s/-O /${CFLAGS} /g" ${WRKSRC}/configure -.if ${PORT_OPTIONS:MDOCS} post-install: +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc-JP && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmh.so.3 +.for i in ap conflict dp fmtdump install-mh mhl post rcvdist rcvpack rcvstore rcvtty slocal spost + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mh/${i} +.endfor .include Index: head/japanese/mh/files/patch-conf__makefiles__uip =================================================================== --- head/japanese/mh/files/patch-conf__makefiles__uip (nonexistent) +++ head/japanese/mh/files/patch-conf__makefiles__uip (revision 372447) @@ -0,0 +1,13 @@ +--- conf/makefiles/uip.orig 2001-05-30 23:57:47.000000000 +0900 ++++ conf/makefiles/uip 2014-10-13 17:55:46.000000000 +0900 +@@ -995,10 +995,6 @@ + -chmod g-s zrcvtty + $(CP) xrcvtty $@ + -@chmod $(PGMPROT) $@ +-@BEGIN: BSD43 +- -@chgrp tty $@ +- -@chmod g+s $@ +-@END: BSD43 + -@ls -l $@ + -@echo "" + Property changes on: head/japanese/mh/files/patch-conf__makefiles__uip ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property