summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-13 23:09:39 +0000
committerjlam <jlam>2006-01-13 23:09:39 +0000
commit193054a733b28aba251cfb0c649fe1fa8817063d (patch)
tree2f24e009bf7c25f354a12d912f6b77cc2ff9a52c /mk/plist
parentc501b677f4ab299a9dd33bd11124b3cec435b1e4 (diff)
downloadpkgsrc-193054a733b28aba251cfb0c649fe1fa8817063d.tar.gz
Make use of ${.TARGET} within a target instead of re-specifying the
file again.
Diffstat (limited to 'mk/plist')
-rw-r--r--mk/plist/plist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk
index da6e809f08d..5c4fba4467a 100644
--- a/mk/plist/plist.mk
+++ b/mk/plist/plist.mk
@@ -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 @@ ${PLIST}:
{ ${_GENERATE_PLIST} } | \
${SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_AWK} | \
${SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_SHLIB_AWK} \
- > ${PLIST}
+ > ${.TARGET}