svn commit: r378378 - head/net/yptransitd

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 3 21:28:45 UTC 2015


Author: amdmi3
Date: Tue Feb  3 21:28:43 2015
New Revision: 378378
URL: https://svnweb.freebsd.org/changeset/ports/378378
QAT: https://qat.redports.org/buildarchive/r378378/

Log:
  - Fix install from non-root and properly stage

Modified:
  head/net/yptransitd/Makefile

Modified: head/net/yptransitd/Makefile
==============================================================================
--- head/net/yptransitd/Makefile	Tue Feb  3 21:28:24 2015	(r378377)
+++ head/net/yptransitd/Makefile	Tue Feb  3 21:28:43 2015	(r378378)
@@ -24,7 +24,7 @@ PLIST_FILES=	%%ETCDIR%%/ldap.conf %%ETCD
 		%%ETCDIR%%/yptransitd.conf sbin/yptransitd
 
 post-patch:
-	@${REINPLACE_CMD} -e 's, $$(CONFDIR), $${DESTDIR}$$(CONFDIR),' \
+	@${REINPLACE_CMD} -e 's, \($$([A-Z]*DIR)\), $${DESTDIR}\1,g' \
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's,=gcc,=@CC@,' \
 		${WRKSRC}/lib/Makefile.in


More information about the svn-ports-all mailing list