From owner-freebsd-ports Sun Feb 24 20:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD5DB37B400 for ; Sun, 24 Feb 2002 20:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1P4o2l99666; Sun, 24 Feb 2002 20:50:02 -0800 (PST) (envelope-from gnats) Date: Sun, 24 Feb 2002 20:50:02 -0800 (PST) Message-Id: <200202250450.g1P4o2l99666@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jiwon Seo" Subject: Re: ports/35131: New port: unittest framework for c Reply-To: "Jiwon Seo" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/35131; it has been noted by GNATS. From: "Jiwon Seo" To: 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 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