diff options
Diffstat (limited to 'net/dhcprelya')
-rw-r--r-- | net/dhcprelya/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dhcprelya/Makefile b/net/dhcprelya/Makefile index 74b206a595e2..fe43deb304a2 100644 --- a/net/dhcprelya/Makefile +++ b/net/dhcprelya/Makefile @@ -30,6 +30,9 @@ LIB_DEPENDS= freeradius-client.2:${PORTSDIR}/net/freeradius-client MAKE_ARGS= -DWITH_RADIUS_PLUGIN .endif +post-patch: + @${REINPLACE_CMD} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |