diff options
author | khorben <khorben@pkgsrc.org> | 2016-05-26 16:37:02 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-05-26 16:37:02 +0000 |
commit | 65658f1b8a3fd1e432966736a8ad0706cf20c12c (patch) | |
tree | 32e7eff19d194862fb9ed064b28ded516ec3403f /mk | |
parent | f64a2a4af35a524dde72c4be4a87794ed7473c3f (diff) | |
download | pkgsrc-65658f1b8a3fd1e432966736a8ad0706cf20c12c.tar.gz |
Correct the name of the user-settable variable
Noticed by wiz@, thanks!
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pax.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pax.mk b/mk/pax.mk index 517ef5441de..37ad30ab993 100644 --- a/mk/pax.mk +++ b/mk/pax.mk @@ -1,9 +1,9 @@ -# $NetBSD: pax.mk,v 1.1 2016/05/26 16:03:04 khorben Exp $ +# $NetBSD: pax.mk,v 1.2 2016/05/26 16:37:02 khorben Exp $ # # Infrastructure support for binaries known to fail with PaX enabled. # # User-settable variables: -# PAXCTL +# TOOLS_PLATFORM.paxctl # The path to the paxctl(8) binary # # Package-settable variables: |