Date: Sun, 24 Feb 2002 20:50:02 -0800 (PST) From: "Jiwon Seo" <seojiwonn@yahoo.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/35131: New port: unittest framework for c Message-ID: <200202250450.g1P4o2l99666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/35131; it has been noted by GNATS. From: "Jiwon Seo" <seojiwonn@yahoo.com> To: <freebsd-gnats-submit@FreeBSD.org> Cc: Subject: Re: ports/35131: New port: unittest framework for c Date: Mon, 25 Feb 2002 13:57:02 +0900 documents were installed in /usr/local/doc/autounit-0.10.2, and I changed it to installed to /usr/local/share/doc/autounit-0.10.2. here's the diff. diff -rNu autounit.old/Makefile autounit/Makefile --- autounit.old/Makefile Mon Feb 25 10:53:01 2002 +++ autounit/Makefile Mon Feb 25 12:51:35 2002 @@ -21,4 +21,6 @@ ${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g" \ ${WRKSRC}/c-unit/Makefile.in ${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure + ${PERL} -pi -e "s,/doc/,/share/doc/,g" ${WRKSRC}/doc/Makefile.in + ${PERL} -pi -e "s,/doc/,/share/doc/,g" ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff -rNu autounit.old/pkg-plist autounit/pkg-plist --- autounit.old/pkg-plist Mon Feb 25 10:53:01 2002 +++ autounit/pkg-plist Mon Feb 25 11:36:38 2002 @@ -1,15 +1,15 @@ -doc/autounit-0.10.2/autounit.html -doc/autounit-0.10.2/AUTHORS -doc/autounit-0.10.2/COPYING -doc/autounit-0.10.2/ChangeLog -doc/autounit-0.10.2/INSTALL -doc/autounit-0.10.2/NEWS -doc/autounit-0.10.2/README +share/doc/autounit-0.10.2/autounit.html +share/doc/autounit-0.10.2/AUTHORS +share/doc/autounit-0.10.2/COPYING +share/doc/autounit-0.10.2/ChangeLog +share/doc/autounit-0.10.2/INSTALL +share/doc/autounit-0.10.2/NEWS +share/doc/autounit-0.10.2/README include/c-unit/test.h info/autounit.info info/dir lib/libau-c-unit.a -@dirrm doc/autounit-0.10.2 -@unexec rmdir %D/doc 2>/dev/null || true +@dirrm share/doc/autounit-0.10.2 +@unexec rmdir %D/share/doc 2>/dev/null || true @dirrm include/c-unit @unexec rmdir %D/inlude 2>/dev/null || true _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com 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?200202250450.g1P4o2l99666>