diff options
author | pav <pav@FreeBSD.org> | 2004-12-28 20:01:22 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-28 20:01:22 +0000 |
commit | 6a7f39507e6db2d520e2352e7bb5bb78d79aa764 (patch) | |
tree | ad816ba6b281e0477b77d863ec7b8b65333082b8 | |
parent | b71825f6fe1bfcadca4e844cb0d8c0d793733319 (diff) | |
download | FreeBSD-ports-6a7f39507e6db2d520e2352e7bb5bb78d79aa764.zip FreeBSD-ports-6a7f39507e6db2d520e2352e7bb5bb78d79aa764.tar.gz |
- Create empty share/gimp/fonts directory in package install
-rw-r--r-- | graphics/gimp-app/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/gimp/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/gimpshop/pkg-plist | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index a37e978..370555c 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -916,6 +916,7 @@ share/gimp/brushes/pixel.gbr share/gimp/brushes/thegimp.gbr share/gimp/brushes/vine.gih share/gimp/brushes/xcf.gbr +@exec mkdir -p %D/share/gimp/fonts share/gimp/fractalexplorer/Asteroid_Field share/gimp/fractalexplorer/Bar_Code_Label share/gimp/fractalexplorer/Beauty_of_Nature diff --git a/graphics/gimp/pkg-plist b/graphics/gimp/pkg-plist index a37e978..370555c 100644 --- a/graphics/gimp/pkg-plist +++ b/graphics/gimp/pkg-plist @@ -916,6 +916,7 @@ share/gimp/brushes/pixel.gbr share/gimp/brushes/thegimp.gbr share/gimp/brushes/vine.gih share/gimp/brushes/xcf.gbr +@exec mkdir -p %D/share/gimp/fonts share/gimp/fractalexplorer/Asteroid_Field share/gimp/fractalexplorer/Bar_Code_Label share/gimp/fractalexplorer/Beauty_of_Nature diff --git a/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist index a37e978..370555c 100644 --- a/graphics/gimpshop/pkg-plist +++ b/graphics/gimpshop/pkg-plist @@ -916,6 +916,7 @@ share/gimp/brushes/pixel.gbr share/gimp/brushes/thegimp.gbr share/gimp/brushes/vine.gih share/gimp/brushes/xcf.gbr +@exec mkdir -p %D/share/gimp/fonts share/gimp/fractalexplorer/Asteroid_Field share/gimp/fractalexplorer/Bar_Code_Label share/gimp/fractalexplorer/Beauty_of_Nature |