svn commit: r500509 - head/devel/jech-dht

Alexandre C. Guimarães rigoletto at FreeBSD.org
Tue Apr 30 16:59:18 UTC 2019


Author: rigoletto
Date: Tue Apr 30 16:59:16 2019
New Revision: 500509
URL: https://svnweb.freebsd.org/changeset/ports/500509

Log:
  devel/jech-dht: minor Makefile fixes over r497937.
  
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19828

Modified:
  head/devel/jech-dht/Makefile

Modified: head/devel/jech-dht/Makefile
==============================================================================
--- head/devel/jech-dht/Makefile	Tue Apr 30 16:48:18 2019	(r500508)
+++ head/devel/jech-dht/Makefile	Tue Apr 30 16:59:16 2019	(r500509)
@@ -14,13 +14,15 @@ LICENSE=	MIT
 USES=		uidfix
 
 USE_LDCONFIG=	yes
-MAKE_ENV+=	STAGEDIR="${STAGEDIR}"
+MAKE_ENV=	STAGEDIR="${STAGEDIR}"
 
 MAKEFILE=	${FILESDIR}/BSDmakefile
 
 post-build:
 	${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} -f \
 		${FILESDIR}/Makefile.example
+
+pre-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/include/dht
 
 post-install:


More information about the svn-ports-all mailing list