FreeBSD Port: phpMyAdmin-2.6.1.3

Danny Koenig lists-fbsd-ports at bsdberlin.org
Sat Mar 12 16:38:28 PST 2005


On Sun, 13 Mar 2005 01:23:15 +0100
"David Kiner" <david at 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.


More information about the freebsd-ports mailing list