summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-13 23:09:39 +0000
committerjlam <jlam>2006-01-13 23:09:39 +0000
commitcb7ac3884ddbe051f262a5f5946c8b0a4d42c09e (patch)
tree2f24e009bf7c25f354a12d912f6b77cc2ff9a52c /mk
parent76fc8e58e6d9ecd129e1e9077821088f8300b3a7 (diff)
downloadpkgsrc-cb7ac3884ddbe051f262a5f5946c8b0a4d42c09e.tar.gz
Make use of ${.TARGET} within a target instead of re-specifying the
file again.
Diffstat (limited to 'mk')
-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}