[Midnightbsd-cvs] mports [24477] trunk/dns/bind912/Makefile: fix a path issue

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 15 13:20:52 EDT 2018


Revision: 24477
          http://svnweb.midnightbsd.org/mports/?rev=24477
Author:   laffer1
Date:     2018-10-15 13:20:50 -0400 (Mon, 15 Oct 2018)
Log Message:
-----------
fix a path issue

Modified Paths:
--------------
    trunk/dns/bind912/Makefile

Modified: trunk/dns/bind912/Makefile
===================================================================
--- trunk/dns/bind912/Makefile	2018-10-15 16:39:19 UTC (rev 24476)
+++ trunk/dns/bind912/Makefile	2018-10-15 17:20:50 UTC (rev 24477)
@@ -282,6 +282,6 @@
 
 # Can't use USE_PYTHON=autoplist
 post-install-PYTHON-on:
-	@${FIND} ${FAKE_DESTDIR}${PYTHON_SITELIBDIR} -type f | ${SED} -e 's|${FAKE_DESTDIR}||' >> ${TMPPLIST}
+	@${FIND} ${FAKE_DESTDIR}${PYTHON_SITELIBDIR} -type f | ${SED} -e 's|${FAKE_DESTDIR}${LOCALBASE}/||' >> ${TMPPLIST}
 
 .include <bsd.port.post.mk>



More information about the Midnightbsd-cvs mailing list