Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 01:38:33 +0100
From:      Danny Koenig <lists-fbsd-ports@bsdberlin.org>
To:        "David Kiner" <david@kiner.com>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: phpMyAdmin-2.6.1.3
Message-ID:  <20050313013833.2c1a7b8e@tiberian.bsdberlin.local>
In-Reply-To: <CKEGJIPLJDNIMJKGIKAAMEPOFNAA.david@kiner.com>
References:  <CKEGJIPLJDNIMJKGIKAAMEPOFNAA.david@kiner.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 13 Mar 2005 01:23:15 +0100
"David Kiner" <david@kiner.com> wrote:

> cat: /usr/ports/databases/phpmyadmin/pkg-message: No such file or
> directory *** Error code 1
> 
> Stop in /usr/ports/databases/phpmyadmin.
> 
> And there is no file "pkg-message" in the directory.
> what is the solution ?

Temporarily, comment out 'SUB_FILES= pkg-message' by hand or use this
little patch.

diff -ruN Makefile.old Makefile
--- Makefile.old        Sun Mar 13 01:33:07 2005
+++ Makefile    Sun Mar 13 01:33:13 2005
@@ -22,7 +22,7 @@

 SUB_LIST+=     "MYADMDIR=${MYADMDIR}" \
                "PKGNAME=${PKGNAME}"
-SUB_FILES=     pkg-message
+#SUB_FILES=    pkg-message

 # Unfortunately can't make WITH_SUPHP part of the OPTIONS selection,
 # since it has to be processed before just about anything else.



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