pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/plist Make use of ${.TARGET} within a target instea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/331b2dc386e0
branches:  trunk
changeset: 506305:331b2dc386e0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jan 13 23:09:39 2006 +0000

description:
Make use of ${.TARGET} within a target instead of re-specifying the
file again.

diffstat:

 mk/plist/plist.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r a28353572c02 -r 331b2dc386e0 mk/plist/plist.mk
--- a/mk/plist/plist.mk Fri Jan 13 23:01:13 2006 +0000
+++ b/mk/plist/plist.mk Fri Jan 13 23:09:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.2 2006/01/13 22:37:02 jlam Exp $
+# $NetBSD: plist.mk,v 1.3 2006/01/13 23:09:39 jlam Exp $
 #
 # This Makefile fragment handles the creation of PLISTs for use by
 # pkg_create(8).
@@ -226,4 +226,4 @@
        { ${_GENERATE_PLIST} } |                                        \
        ${SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_AWK} |              \
        ${SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_SHLIB_AWK}          \
-               > ${PLIST}
+               > ${.TARGET}



Home | Main Index | Thread Index | Old Index