diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /devel/gal/PLIST | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'devel/gal/PLIST')
-rw-r--r-- | devel/gal/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gal/PLIST b/devel/gal/PLIST index 632a11e5d5e..1280c725a42 100644 --- a/devel/gal/PLIST +++ b/devel/gal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/16 03:20:18 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:35 skrll Exp $ include/gal/util/e-util.h include/gal/util/e-xml-utils.h include/gal/util/e-cache.h @@ -195,7 +195,7 @@ ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gal.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gal.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gal.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gal.mo -@exec mkdir -p -m 0755 %D/share/gal/html/gal +@exec ${MKDIR} -p -m 0755 %D/share/gal/html/gal @dirrm share/pixmaps/gal/categories @dirrm share/pixmaps/gal @dirrm share/gal/html/gal |