diff options
author | joerg <joerg@pkgsrc.org> | 2016-04-10 15:10:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-04-10 15:10:12 +0000 |
commit | 4cff55857dd055a15bfda1ca959d175b1d7b940b (patch) | |
tree | ad5a3ca4290d89ef080784826b8766fc53518bcf /mk | |
parent | b221f399074badb020c090dde661efe869582362 (diff) | |
download | pkgsrc-4cff55857dd055a15bfda1ca959d175b1d7b940b.tar.gz |
Remove last glue for PKG_DESTDIR_SUPPORT=none.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 630ed98b266..d184e3744b9 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.383 2016/04/10 15:08:39 joerg Exp $ +# $NetBSD: bsd.prefs.mk,v 1.384 2016/04/10 15:10:12 joerg Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -418,12 +418,6 @@ _USE_DESTDIR= destdir PKG_FAIL_REASON+= "PKG_DESTDIR_SUPPORT must be \`\`destdir'' or \`\`user-destdir''." .endif -# This stanza serves to warn the user; deciding to not build -# non-DESTDIR-capable packages when not in DESTDIR mode is above. -.if ${PKG_DESTDIR_SUPPORT} == "none" -WARNINGS+= "[bsd.prefs.mk] The package ${PKGNAME} is missing DESTDIR support." -.endif - # When using staged installation, everything gets installed into # ${DESTDIR}${PREFIX} instead of ${PREFIX} directly. # |