pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/package



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Jul 14 14:43:55 UTC 2016

Modified Files:
        pkgsrc/mk/package: package.mk

Log Message:
Get rid of XXX comment, everything is now installed from ${WRKDIR}/.destdir


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mk/package/package.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/package/package.mk
diff -u pkgsrc/mk/package/package.mk:1.25 pkgsrc/mk/package/package.mk:1.26
--- pkgsrc/mk/package/package.mk:1.25   Sun Apr 10 15:58:02 2016
+++ pkgsrc/mk/package/package.mk        Thu Jul 14 14:43:55 2016
@@ -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



Home | Main Index | Thread Index | Old Index