diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-09-28 09:20:34 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-09-28 09:20:34 +0000 |
commit | 2fdfb38966eca038b6c6fe0620bb02c8911e970b (patch) | |
tree | f2daf8bedff7ff3631e7635f3d66d45e91faeec1 /databases/mysql-client/PLIST | |
parent | 2208a6acf9c4762c5094c7a32b330edbae677600 (diff) | |
download | pkgsrc-2fdfb38966eca038b6c6fe0620bb02c8911e970b.tar.gz |
use PLIST_SUBST with DISTNAME to generate the spec file name in PLIST,
so that PLIST wouldn't need to be updated on each pkg update
Diffstat (limited to 'databases/mysql-client/PLIST')
-rw-r--r-- | databases/mysql-client/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/PLIST b/databases/mysql-client/PLIST index cc3064f0628..4b6a12fe018 100644 --- a/databases/mysql-client/PLIST +++ b/databases/mysql-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/09/28 09:03:52 jdolecek Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/09/28 09:20:34 jdolecek Exp $ bin/msql2mysql bin/mysql bin/mysqlcheck @@ -62,7 +62,7 @@ share/mysql/my-huge.cnf share/mysql/my-large.cnf share/mysql/my-medium.cnf share/mysql/my-small.cnf -share/mysql/mysql-3.23.51.spec +share/mysql/${DISTNAME}.spec share/mysql/mysql-log-rotate @dirrm share/mysql @dirrm lib/mysql |