diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-12 22:42:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-12 22:42:57 +0000 |
commit | 31597853cc377bc7f255d79b8cbdba990fd506a1 (patch) | |
tree | fdd67c81079412bf94013749a954125434a9baca /pkgtools/bootstrap-extras/PLIST | |
parent | d9176ab5ada46cb1a5d0b147d1c9ac9ba38136d0 (diff) | |
download | pkgsrc-31597853cc377bc7f255d79b8cbdba990fd506a1.tar.gz |
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'pkgtools/bootstrap-extras/PLIST')
-rw-r--r-- | pkgtools/bootstrap-extras/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/bootstrap-extras/PLIST b/pkgtools/bootstrap-extras/PLIST index 22a972df021..7c900925ee2 100644 --- a/pkgtools/bootstrap-extras/PLIST +++ b/pkgtools/bootstrap-extras/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2007/07/01 23:27:43 tnn Exp $ -${NEED_MKDIR}bin/mkdir-sh -${NEED_STRIP}bin/strip -${NEED_FAKELDD}sbin/fakeldd -${NEED_XARGS}bin/xargs +@comment $NetBSD: PLIST,v 1.3 2008/04/12 22:43:09 jlam Exp $ +${PLIST.mkdir}bin/mkdir-sh +${PLIST.strip}bin/strip +${PLIST.fakeldd}sbin/fakeldd +${PLIST.xargs}bin/xargs |