Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 06:10:02 -0800 (PST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47207: maintainer-update: print/pfaedit to 20030116
Message-ID:  <200301191410.h0JEA2xC056389@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47207; it has been noted by GNATS.

From: KANOU Hiroki <kanou@mil.allnet.ne.jp>
To: Adam Weinberger <adamw@FreeBSD.ORG>,
	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301191410.h0JEA2xC056389>