summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-07-04 16:18:28 +0000
committerjoerg <joerg@pkgsrc.org>2015-07-04 16:18:28 +0000
commit40359543350f97f6f4ce738f77467358da339880 (patch)
treed8a48c8d2848b617581f63aeec6454f4736400cd /mk/plist
parent87993e055fdcca0d2b61250e291a62eff0eb64ff (diff)
downloadpkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'mk/plist')
-rw-r--r--mk/plist/plist.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk
index 625343558c7..d003a52fe8c 100644
--- a/mk/plist/plist.mk
+++ b/mk/plist/plist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.48 2014/12/30 15:13:20 wiz Exp $
+# $NetBSD: plist.mk,v 1.49 2015/07/04 16:18:38 joerg Exp $
#
# This Makefile fragment handles the creation of PLISTs for use by
# pkg_create(8).
@@ -162,7 +162,6 @@ PLIST_SUBST+= OPSYS=${OPSYS:Q} \
LOCALBASE=${LOCALBASE:Q} \
VIEWBASE=${VIEWBASE:Q} \
X11BASE=${X11BASE:Q} \
- X11PREFIX=${X11PREFIX:Q} \
CHGRP=${CHGRP:Q} \
CHMOD=${CHMOD:Q} \
CHOWN=${CHOWN:Q} \