diff options
author | tron <tron@pkgsrc.org> | 2006-01-06 16:37:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-06 16:37:13 +0000 |
commit | 194beddcd6f776990b0083e62807d5d8566da4eb (patch) | |
tree | 0718d765b3e8319ad300888e0ad8f79500a42dd4 /databases/phpmyadmin/Makefile | |
parent | 9e99db8474c358c3d8424ab77c91fffc77bd8455 (diff) | |
download | pkgsrc-194beddcd6f776990b0083e62807d5d8566da4eb.tar.gz |
Install all directories in "libraries" to make e.g. the import
functionality work. Bump package revision because of this fix.
This fixes PR pkg/32466 by Konrad Neuwirth.
Diffstat (limited to 'databases/phpmyadmin/Makefile')
-rw-r--r-- | databases/phpmyadmin/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 494bc6cff4f..294775c4eb4 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2005/12/29 06:21:36 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2006/01/06 16:37:13 tron Exp $ DISTNAME= phpMyAdmin-${DIST_VERSION} PKGNAME= phpmyadmin-${DIST_VERSION:S/-//} +PKGREVISION= 1 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpmyadmin/} EXTRACT_SUFX= .tar.bz2 @@ -37,9 +38,9 @@ PKG_SYSCONFSUBDIR?= phpmyadmin NO_BUILD= yes INSTALL_DIRS= css lang libraries libraries/auth libraries/dbg \ - libraries/dbi libraries/export libraries/fpdf \ - libraries/fpdf/font libraries/transformations \ - themes themes/darkblue_orange \ + libraries/dbi libraries/engines libraries/export \ + libraries/fpdf libraries/fpdf/font libraries/import \ + libraries/transformations themes themes/darkblue_orange \ themes/darkblue_orange/css themes/darkblue_orange/img \ themes/original themes/original/css themes/original/img |