Date: Thu, 9 Sep 1999 05:20:02 -0700 (PDT) From: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/13386: New ports: XEmacsPKG-1.0 Message-ID: <199909091220.FAA08956@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13386; it has been noted by GNATS. From: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> To: freebsd-gnats-submit@freebsd.org, kiri@pis.toba-cmt.ac.jp Cc: Subject: Re: ports/13386: New ports: XEmacsPKG-1.0 Date: 09 Sep 1999 21:14:30 +0900 Sorry for confusiong. Change editors/mule-base-packages to editors/xemacs-mule-base-packages, then do following patch : diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/editors/xemacs-base-packages/Makefile editors/xemacs-base-packages/Makefile --- /usr/ports/tmp.cur/editors/xemacs-base-packages/Makefile Thu Aug 26 11:04:38 1999 +++ editors/xemacs-base-packages/Makefile Thu Sep 9 20:12:13 1999 @@ -24,7 +24,8 @@ do-install: ${MKDIR} ${XEMACSDIR} - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.tar.gz \ ${EXTRACT_AFTER_ARGS} -C ${XEMACSDIR} .include <bsd.port.mk> diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/editors/xemacs-sumo-packages/Makefile editors/xemacs-sumo-packages/Makefile --- /usr/ports/tmp.cur/editors/xemacs-sumo-packages/Makefile Thu Sep 9 21:05:39 1999 +++ editors/xemacs-sumo-packages/Makefile Thu Sep 9 20:13:13 1999 @@ -25,7 +25,8 @@ do-install: ${MKDIR} ${XEMACSDIR} - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.tar.gz \ ${EXTRACT_AFTER_ARGS} -C ${XEMACSDIR} .include <bsd.port.mk> diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/editors/xemacs-mule-sumo-packages/Makefile editors/xemacs-mule-sumo-packages/Makefile --- /usr/ports/tmp.cur/editors/xemacs-mule-sumo-packages/Makefile Thu Sep 9 21:05:39 1999 +++ editors/xemacs-mule-sumo-packages/Makefile Thu Sep 9 20:10:00 1999 @@ -25,7 +25,8 @@ do-install: ${MKDIR} ${XEMACSDIR} - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.tar.gz \ ${EXTRACT_AFTER_ARGS} -C ${XEMACSDIR} .include <bsd.port.mk> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909091220.FAA08956>