diff options
author | leot <leot@pkgsrc.org> | 2016-07-14 14:43:55 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-07-14 14:43:55 +0000 |
commit | 4ad8789d4d1afd22254a04d759229bdf9b6ea807 (patch) | |
tree | 3f5c588903f40cac1a4615fe1e4cd1ec6ad93b3b /mk/package | |
parent | 43391ed7f814e75aa2cff3f22d2925dc0ad7062b (diff) | |
download | pkgsrc-4ad8789d4d1afd22254a04d759229bdf9b6ea807.tar.gz |
Get rid of XXX comment, everything is now installed from ${WRKDIR}/.destdir
Diffstat (limited to 'mk/package')
-rw-r--r-- | mk/package/package.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/package/package.mk b/mk/package/package.mk index 7a8de991cc1..641857b7c9c 100644 --- a/mk/package/package.mk +++ b/mk/package/package.mk @@ -1,4 +1,4 @@ -# $NetBSD: package.mk,v 1.25 2016/04/10 15:58:02 joerg Exp $ +# $NetBSD: package.mk,v 1.26 2016/07/14 14:43:55 leot Exp $ # # This file provides the code for the "package" phase. # @@ -8,9 +8,6 @@ # Generates a binary package. # It will acquire elevated privileges just-in-time. # -# XXX: From which files is the binary package generated? The -# installed files in LOCALBASE, or some files in WRKDIR/.destdir? -# _PACKAGE_TARGETS+= check-vulnerable _PACKAGE_TARGETS+= stage-install |