summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-10-19 20:13:20 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-10-19 20:13:20 +0000
commit34561a9e9fccd1fc9744b677060bd77667eee028 (patch)
tree97800f90b6a50344cd70867ca03ea7734c11d59f /x11
parentAvoid clobbering TMPPLIST from bsd.cl-asdf.mk. (diff)
Use correct PLIST in slave port.
PR: ports/151571 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=263299
Diffstat (limited to 'x11')
-rw-r--r--x11/cl-clx-sbcl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile
index 2ad66d97c89a..e2d321d5ba46 100644
--- a/x11/cl-clx-sbcl/Makefile
+++ b/x11/cl-clx-sbcl/Makefile
@@ -15,4 +15,6 @@ USE_ASDF_FASL= yes
FASL_BUILD= yes
FASL_TARGET= sbcl
+PLIST= ${.CURDIR}/pkg-plist
+
.include "${MASTERDIR}/Makefile"