From owner-freebsd-ports-bugs Sun Jan 19 6:10: 4 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2776437B401 for ; Sun, 19 Jan 2003 06:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C89EA43EB2 for ; Sun, 19 Jan 2003 06:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0JEA2NS056390 for ; Sun, 19 Jan 2003 06:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0JEA2xC056389; Sun, 19 Jan 2003 06:10:02 -0800 (PST) Date: Sun, 19 Jan 2003 06:10:02 -0800 (PST) Message-Id: <200301191410.h0JEA2xC056389@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KANOU Hiroki Subject: Re: ports/47207: maintainer-update: print/pfaedit to 20030116 Reply-To: KANOU Hiroki Sender: owner-freebsd-ports-bugs@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/47207; it has been noted by GNATS. From: KANOU Hiroki To: Adam Weinberger , FreeBSD-gnats-submit@FreeBSD.ORG Cc: kanou@mil.allnet.ne.jp Subject: Re: ports/47207: maintainer-update: print/pfaedit to 20030116 Date: Sun, 19 Jan 2003 23:03:31 +0900 > This doesn't work for me. > root@smacky:/usr/ports/print/pfaedit# PREFIX=/tmp/pfaedit make package Sorry, It was not prefix clean. This patch must be applied to Makefile. --- Makefile.orig Sun Jan 19 22:58:14 2003 +++ Makefile Sun Jan 19 22:44:45 2003 @@ -53,7 +53,7 @@ .endif post-configure: - (cd ${WRKDIR}/libuninameslist ; ./configure ) + (cd ${WRKDIR}/libuninameslist ; ./configure ${CONFIGURE_ARGS} ) post-build: (cd ${WRKDIR}/libuninameslist ; ${GMAKE} ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message